go-common/app/infra/config/model/rpc.go
2019-04-22 18:49:16 +08:00

19 lines
267 B
Go

package model
// ArgConf config param.
type ArgConf struct {
App string
BuildVer string
Ver int64
Env string
Hosts map[string]string
SType int8
}
// ArgToken token param.
type ArgToken struct {
App string
Token string
Env string
}