github.com/Accefy/pop@v0.0.0-20230428174248-e9f677eab5b9/genny/fizz/cempty/mocks_test.go (about) 1 package cempty 2 3 type mockTranslator struct{} 4 5 func (mockTranslator) Name() string { 6 return "test" 7 }