Versions in this module Expand all Collapse all v0 v0.1.0 Dec 10, 2018 Changes in this version + func CloseServer(c *beego.Controller) + func DoInitNode(c *beego.Controller, runtime string) + func GenKeyInfo() string + func RunNode(c *beego.Controller) + type KeyInfo struct + Address string + Privkey string + Pubkey string + type NodeInit struct + AuthPrivkey string + Chainid string + ConfigPath string + EventPort string + Genesisfile string + KeyInfo string + LogPath string + P2PPort string + PeerPrivkey string + Peers string + RpcPort string + func (n *NodeInit) CheckData() error + func (n *NodeInit) DoInit(runtime string) error