github.com/lingyao2333/mo-zero@v1.4.1/core/naming/namer.go (about) 1 package naming 2 3 // Namer interface wraps the method Name. 4 type Namer interface { 5 Name() string 6 }