github.com/shuguocloud/go-zero@v1.3.0/core/naming/namer.go (about)

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