11 lines
135 B
Go
11 lines
135 B
Go
package config
|
|
|
|
import "github.com/zeromicro/go-zero/zrpc"
|
|
|
|
type Config struct {
|
|
zrpc.RpcServerConf
|
|
DB struct {
|
|
UserDB string
|
|
}
|
|
}
|