Documentation ¶
Index ¶
- type Handler
- func (h *Handler) AddTagsToMachine(ctx context.Context, req *camplocal.AddTagsToMachineRequestContent, ...) (camplocal.AddTagsToMachineRes, error)
- func (h *Handler) DescribeMachine(ctx context.Context, req camplocal.DescribeMachineParams) (camplocal.DescribeMachineRes, error)
- func (h *Handler) Health(ctx context.Context) (camplocal.HealthRes, error)
- func (h *Handler) Heartbeat(ctx context.Context, req *camplocal.HeartbeatRequestContent) (camplocal.HeartbeatRes, error)
- func (h *Handler) ListMachines(ctx context.Context) (camplocal.ListMachinesRes, error)
- func (h *Handler) PowerOffMachine(ctx context.Context, req camplocal.PowerOffMachineParams) (camplocal.PowerOffMachineRes, error)
- func (h *Handler) RebootMachine(ctx context.Context, req camplocal.RebootMachineParams) (camplocal.RebootMachineRes, error)
- func (h *Handler) Register(ctx context.Context, req *camplocal.RegisterRequestContent) (camplocal.RegisterRes, error)
- func (h *Handler) RemoveTagFromMachine(ctx context.Context, req camplocal.RemoveTagFromMachineParams) (camplocal.RemoveTagFromMachineRes, error)
- func (h *Handler) ReportStatusChange(ctx context.Context, req *camplocal.ReportStatusChangeRequestContent) (camplocal.ReportStatusChangeRes, error)
- func (h Handler) ReportSystemChange(ctx context.Context, req *camplocal.ReportSystemChangeRequestContent) (camplocal.ReportSystemChangeRes, error)
- func (h *Handler) SendMachineWakeOnLan(ctx context.Context, req camplocal.SendMachineWakeOnLanParams) (camplocal.SendMachineWakeOnLanRes, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func (*Handler) AddTagsToMachine ¶
func (h *Handler) AddTagsToMachine(ctx context.Context, req *camplocal.AddTagsToMachineRequestContent, params camplocal.AddTagsToMachineParams) (camplocal.AddTagsToMachineRes, error)
func (*Handler) DescribeMachine ¶
func (h *Handler) DescribeMachine(ctx context.Context, req camplocal.DescribeMachineParams) (camplocal.DescribeMachineRes, error)
func (*Handler) Heartbeat ¶
func (h *Handler) Heartbeat(ctx context.Context, req *camplocal.HeartbeatRequestContent) (camplocal.HeartbeatRes, error)
func (*Handler) ListMachines ¶
func (*Handler) PowerOffMachine ¶
func (h *Handler) PowerOffMachine(ctx context.Context, req camplocal.PowerOffMachineParams) (camplocal.PowerOffMachineRes, error)
func (*Handler) RebootMachine ¶
func (h *Handler) RebootMachine(ctx context.Context, req camplocal.RebootMachineParams) (camplocal.RebootMachineRes, error)
func (*Handler) Register ¶
func (h *Handler) Register(ctx context.Context, req *camplocal.RegisterRequestContent) (camplocal.RegisterRes, error)
func (*Handler) RemoveTagFromMachine ¶
func (h *Handler) RemoveTagFromMachine(ctx context.Context, req camplocal.RemoveTagFromMachineParams) (camplocal.RemoveTagFromMachineRes, error)
func (*Handler) ReportStatusChange ¶
func (h *Handler) ReportStatusChange(ctx context.Context, req *camplocal.ReportStatusChangeRequestContent) (camplocal.ReportStatusChangeRes, error)
func (Handler) ReportSystemChange ¶
func (h Handler) ReportSystemChange(ctx context.Context, req *camplocal.ReportSystemChangeRequestContent) (camplocal.ReportSystemChangeRes, error)
func (*Handler) SendMachineWakeOnLan ¶
func (h *Handler) SendMachineWakeOnLan(ctx context.Context, req camplocal.SendMachineWakeOnLanParams) (camplocal.SendMachineWakeOnLanRes, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.