mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-24 01:30:25 +08:00
6 lines
56 B
Go
6 lines
56 B
Go
package naming
|
|
|
|
type Namer interface {
|
|
Name() string
|
|
}
|