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 Deployment ¶ added in v0.7.0
type Deployment struct { Name string `json:"name"` Status resource.DeploymentStatus `json:"status"` LastUpdated time.Time `json:"last_updated"` }
type ErrorResponse ¶
type ErrorResponse struct {
Error string `json:"error"`
}
type FeatureSignature ¶ added in v0.7.0
type GetAggregateResponse ¶
type GetAggregateResponse struct {
Value []byte `json:"value"`
}
type GetDeploymentsResponse ¶ added in v0.7.0
type GetDeploymentsResponse struct {
Deployments []Deployment `json:"deployments"`
}
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"` }
type ModelInput ¶ added in v0.7.0
type ModelInput struct {
Signature map[string]FeatureSignature `json:"signature"`
}
Click to show internal directories.
Click to hide internal directories.