This website requires JavaScript.
Explore
Help
Sign In
github_mirrors
/
go-zero
Watch
1
Star
0
Fork
0
You've already forked go-zero
mirror of
https://github.com/zeromicro/go-zero.git
synced
2025-01-24 01:30:25 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1853428011
go-zero
/
core
/
naming
/
namer.go
7 lines
98 B
Go
Raw
Normal View
History
Unescape
Escape
initial import
2020-07-26 17:09:05 +08:00
package
naming
fix golint issues, exported doc (#451)
2021-02-08 21:31:56 +08:00
// Namer interface wraps the method Name.
initial import
2020-07-26 17:09:05 +08:00
type
Namer
interface
{
Name
(
)
string
}
Reference in New Issue
Copy Permalink