Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteResponse ¶
type DeleteResponse struct {
Message string `json:"message"`
}
type DeployResponse ¶
type DeployResponse struct {
Message string `json:"message"`
}
type ErrorResponse ¶
type ErrorResponse struct {
Error string `json:"error"`
}
type GetAggregateResponse ¶
type GetAggregateResponse struct {
Value []byte `json:"value"`
}
type GetResourcesResponse ¶
type GetResourcesResponse struct { Context *context.Context `json:"context"` DataStatuses map[string]*resource.DataStatus `json:"data_statuses"` APIStatuses map[string]*resource.APIStatus `json:"api_statuses"` APIGroupStatuses map[string]*resource.APIGroupStatus `json:"api_name_statuses"` APIsBaseURL string `json:"apis_base_url"` }
Click to show internal directories.
Click to hide internal directories.