Versions in this module Expand all Collapse all v0 v0.6.1 Jan 21, 2020 Changes in this version + var DefCliRpcSvr = NewCliRpcServer() + var ImportWalletCommand = cli.Command + type CliRpcServer struct + func NewCliRpcServer() *CliRpcServer + func (this *CliRpcServer) Close() + func (this *CliRpcServer) GetHandler(method string) func(req *common.CliRpcRequest, resp *common.CliRpcResponse) + func (this *CliRpcServer) Handler(w http.ResponseWriter, r *http.Request) + func (this *CliRpcServer) RegHandler(method string, ...) + func (this *CliRpcServer) Start(address string, port uint)