Documentation ¶
Index ¶
- func Debug() bool
- func Dir() string
- func FileName() string
- func Get(path ...interface{}) jsoniter.Any
- func GetBool(json jsoniter.Any, path string, defaultValue ...bool) bool
- func GetInt(json jsoniter.Any, path string, defaultValue ...int) int
- func GetInt32(json jsoniter.Any, path string, defaultValue ...int32) int32
- func GetInt64(json jsoniter.Any, path string, defaultValue ...int64) int64
- func GetString(json jsoniter.Any, path string, defaultValue ...string) string
- func Init(profilePath, profileName string) (jsoniter.Any, error)
- func LoadNode(nodeId string) (cherryFacade.INode, error)
- func Name() string
- type Node
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Node ¶ added in v1.1.5
type Node struct {
// contains filtered or unexported fields
}
Node node info
func (*Node) RpcAddress ¶ added in v1.1.5
Click to show internal directories.
Click to hide internal directories.