Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { services.DataManagement connections.Tailnet ID string }
func (*Client) RegisterWithCoordinationServer ¶
RegisterWithCoordinationServer generate the registration request and send it to the coordination server
type CommandServer ¶
type CommandServer struct {
pb.UnimplementedCommandRunnerServer
}
CommandServer struct to contain command runner rpc
func (*CommandServer) Command ¶
func (c *CommandServer) Command(ctx context.Context, in *pb.CommandRequest) (*pb.CommandResponse, error)
RegisterCommandRunner registers the RPC call and implements behavior for command runner
Click to show internal directories.
Click to hide internal directories.