Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RpcCliCmd = &cobra.Command{ Use: "cli", Short: "start rpc cli of project", Run: StartRpcCli, }
View Source
var RpcCmds = []*cobra.Command{ RpcServerCmd, RpcCliCmd, }
View Source
var RpcServerCmd = &cobra.Command{ Use: "server", Short: "start rpc server of project", Run: StartRpcServer, }
Functions ¶
func StartRpcCli ¶
func StartRpcServer ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.