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