github.com/dolanor/pop@v4.13.0+incompatible/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  }