Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { zrpc.RpcServerConf LogConf logx.LogConf PcmCoreRpcConf zrpc.RpcClientConf ModelArtsConfig }
type ModelArtsConfig ¶
type ModelArtsConfig struct { ModelArtsUrl string `json:"ModelArtsUrl"` IAMUser string `json:"IAMUser"` NanjingModelArtsUrl string `json:"NanjingModelArtsUrl"` AK string `json:"AK"` SK string `json:"SK"` XProjectId string `json:"X-Project-Id"` XDomainId string `json:"X-Domain-Id"` HaweiModelArtsType string `json:"HaweiModelArtsType"` NanjingModelArtsType string `json:"NanjingModelArtsType"` HuaweiProjectId string `json:"Huawei-Project-Id"` NanjingProjectId string `json:"Nanjing-Project-Id"` }
Click to show internal directories.
Click to hide internal directories.