Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Depot ¶
type Depot struct { BaseURL string // contains filtered or unexported fields }
func GetContextClient ¶
func NewFromEnv ¶
func (*Depot) RegisterMachine ¶ added in v0.0.6
func (d *Depot) RegisterMachine(request RegisterMachineRequest) (*RegisterMachineResponse, error)
func (*Depot) ReportHealth ¶ added in v0.0.6
func (d *Depot) ReportHealth(request ReportHealthRequest) (*ReportHealthResponse, error)
type ErrorResponse ¶
type ExampleResponse ¶
type ExampleResponse struct {
OK bool `json:"ok"`
}
type RegisterMachineRequest ¶ added in v0.0.6
type RegisterMachineResponse ¶ added in v0.0.6
type ReportHealthRequest ¶ added in v0.0.6
type ReportHealthResponse ¶ added in v0.0.6
Click to show internal directories.
Click to hide internal directories.