Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
RootPath string `json:"RootPath"`
Port int `json:"Port"`
LogLevel int `json:"LogLevel"`
BlockChain []int64 `json:"BlockChain"`
Cluster map[int64][]*NodeCluster `json:"Cluster"`
Kafka *Kafka `json:"Kafka"`
}
func LoadConfig ¶
Click to show internal directories.
Click to hide internal directories.