This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Client
/
ylink
Watch
5
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
a8f313a9ac
Branches
Tags
feature/v0.0.1
master
ylink
/
apis
/
cmd
/
internal
/
config
/
config.go
config.go
103 B
History
Raw
1
2
3
4
5
6
7
package config
import "github.com/zeromicro/go-zero/zrpc"
type Config struct {
zrpc.RpcServerConf
}