Documentation
¶
Index ¶
- func Start(host string, port uint, execBinaryPath string) error
- type AgentServer
- func (s *AgentServer) Cleanup() error
- func (s *AgentServer) CloseAll(c context.Context, in *proto.CloseAllReq) (*proto.CloseAllResp, error)
- func (s *AgentServer) CloseContext(c context.Context, in *proto.CloseContextReq) (*proto.CloseContextResp, error)
- func (s *AgentServer) OpenContext(c context.Context, in *proto.OpenContextReq) (*proto.OpenContextResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AgentServer ¶
type AgentServer struct {
HostIp string
ExecBinaryPath string
// contains filtered or unexported fields
}
func NewAgentServer ¶
func NewAgentServer(hostIp string, execBinaryPath string) (*AgentServer, error)
func (*AgentServer) Cleanup ¶
func (s *AgentServer) Cleanup() error
func (*AgentServer) CloseAll ¶
func (s *AgentServer) CloseAll(c context.Context, in *proto.CloseAllReq) (*proto.CloseAllResp, error)
func (*AgentServer) CloseContext ¶
func (s *AgentServer) CloseContext(c context.Context, in *proto.CloseContextReq) (*proto.CloseContextResp, error)
func (*AgentServer) OpenContext ¶
func (s *AgentServer) OpenContext(c context.Context, in *proto.OpenContextReq) (*proto.OpenContextResp, error)
Click to show internal directories.
Click to hide internal directories.