Documentation ¶ Index ¶ func RunGrpc(url string) func RunZinx(url string) type DemoGrpc func NewDemoGrpc(conn *grpc.ClientConn) *DemoGrpc func (p *DemoGrpc) GetCmd() *ishell.Cmd type DemoZinx func NewZinxDemo(conn net.Conn) *DemoZinx func (dz *DemoZinx) GetCmd() *ishell.Cmd Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RunGrpc ¶ func RunGrpc(url string) func RunZinx ¶ func RunZinx(url string) Types ¶ type DemoGrpc ¶ type DemoGrpc struct { // contains filtered or unexported fields } func NewDemoGrpc ¶ func NewDemoGrpc(conn *grpc.ClientConn) *DemoGrpc func (*DemoGrpc) GetCmd ¶ func (p *DemoGrpc) GetCmd() *ishell.Cmd type DemoZinx ¶ type DemoZinx struct { // contains filtered or unexported fields } func NewZinxDemo ¶ func NewZinxDemo(conn net.Conn) *DemoZinx func (*DemoZinx) GetCmd ¶ func (dz *DemoZinx) GetCmd() *ishell.Cmd Source Files ¶ View all Source files grpc_cli.go shell.go zinx_cli.go Click to show internal directories. Click to hide internal directories.