Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { DbSource DataSource `json:"data_source,omitempty"` LevelDbPath string `json:"level_db_path,omitempty"` ServerCert string `json:"server_cert,omitempty"` ServerKey string `json:"server_key,omitempty"` ClientCert string `json:"client_cert,omitempty"` GrpcSerPort string `json:"grpc_ser_port,omitempty"` EtcdEndpoints []string `json:"etcd_endpoints,omitempty"` VoucherName string `json:"voucher_name,omitempty"` ManagerIpPort string `json:"manager_ip_port,omitempty"` DepositUrl string `json:"deposit_url,omitempty"` WithDrawUrl string `json:"withdraw_url,omitempty"` WithDrawTxUrl string `json:"withdraw_tx_url,omitempty"` TokenChangeUrl string `json:"token_change_url,omitempty"` RegistApprovalUrl string `json:"regist_approval_url,omitempty"` CompanionServer string `json:"companion_server,omitempty"` VoucherServer string `json:"voucher_server,omitempty"` Assets string `json:"assets_url,omitempty"` TradeHistory string `json:"trade_history_url,omitempty"` }
var GConfig *Config
Click to show internal directories.
Click to hide internal directories.