schema

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2019 License: Apache-2.0 Imports: 2 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 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"`
}

Jump to

Keyboard shortcuts

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