mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-25 23:58:21 +08:00
6 lines
56 B
Go
6 lines
56 B
Go
package naming
|
|
|
|
type Namer interface {
|
|
Name() string
|
|
}
|