firest commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package config
|
||||
|
||||
import "github.com/zeromicro/go-zero/zrpc"
|
||||
|
||||
type Config struct {
|
||||
zrpc.RpcServerConf
|
||||
DB struct {
|
||||
UserDB string
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user