Documentation ¶
Overview ¶
Package service contains the Agent that provides control access to the system and system stats.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct { pb.UnimplementedAgentServer // contains filtered or unexported fields }
Agent provides a system agent service that runs a gRPC service for doing application installs and an HTTP service for relaying stats.
func (*Agent) Install ¶
func (a *Agent) Install(ctx context.Context, req *pb.InstallReq) (*pb.InstallResp, error)
Install implements our gRPC Install RPC.
Click to show internal directories.
Click to hide internal directories.