go-common/app/infra/config/model/rpc.go

19 lines
267 B
Go
Raw Permalink Normal View History

2019-04-22 10:49:16 +00:00
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
}