schema

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 30, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

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 FeatureSignature struct {
	Shape []int  `json:"shape"`
	Type  string `json:"type"`
}

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL