github.com/hduhelp/go-zero@v1.4.3/core/naming/namer.go (about)

     1  package naming
     2  
     3  // Namer interface wraps the method Name.
     4  type Namer interface {
     5  	Name() string
     6  }