Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadConfigFile ¶
Types ¶
type Config ¶
type Config struct { NodeIP string `json:"node_ip"` RewardConf *RewardConfig `json:"reward_config"` }
type NodeConfig ¶
type RewardConfig ¶
type RewardConfig struct { Node []NodeConfig `json:"node"` AccountID string `json:"account_id"` Password string `json:"password"` }
Click to show internal directories.
Click to hide internal directories.