12 lines
114 B
Go
12 lines
114 B
Go
package config
|
|
|
|
import (
|
|
"zero/ngin"
|
|
"zero/rpcx"
|
|
)
|
|
|
|
type Config struct {
|
|
ngin.NgConf
|
|
Rpc rpcx.RpcClientConf
|
|
}
|