Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorDetail ¶
type ErrorResponse ¶
type ErrorResponse struct {
Detail []ErrorDetail `json:"detail"`
}
type GetUpstreamRequest ¶
type GetUpstreamRequest struct {
ID string `json:"id"`
}
type GetUpstreamResponse ¶
type GetUpstreamResponse struct {
Hosts []UpstreamHost `json:"hosts"`
AuthorizedKeys []string `json:"authorized_keys"`
}
type TextErrorResponse ¶
type TextErrorResponse struct {
Detail string `json:"detail"`
}
Click to show internal directories.
Click to hide internal directories.