Documentation
¶
Index ¶
Constants ¶
View Source
const ( ClientIdentifier = "cosd" TesterClientIdentifier = "testcosd" )
Variables ¶
View Source
var ClearCmd = func() *cobra.Command { cmd := &cobra.Command{ Use: "clear", Short: "Clear all tester data", Run: clear, } return cmd }
View Source
var InitCmd = func() *cobra.Command { cmd := &cobra.Command{ Use: "init count(default 3)", Short: "Initialize configuration files for multi cosd", Run: initConf, } return cmd }
View Source
var NodeCnt int64
Functions ¶
Types ¶
type GlobalObject ¶
type GlobalObject struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.