Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GRPCClient ¶
type GRPCClient struct { Addr string // contains filtered or unexported fields }
GRPCClient represents the grpc server
func (*GRPCClient) Send ¶
func (c *GRPCClient) Send(line string) error
Send sends the command to the server
func (*GRPCClient) Start ¶
func (c *GRPCClient) Start(app *tview.Application, out *tview.TextView) error
Start the GRPCServer
func (*GRPCClient) Stop ¶
func (c *GRPCClient) Stop(app *tview.Application, out *tview.TextView) error
Stop the grpc client
Click to show internal directories.
Click to hide internal directories.