types

package
v2.5.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2019 License: Apache-2.0 Imports: 0 Imported by: 18

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComponentVersion

type ComponentVersion struct {
	Name    string
	Version string
	Details map[string]string `json:",omitempty"`
}

ComponentVersion describes the version information for a specific component.

type ErrorResponse

type ErrorResponse struct {
	Message string `json:"message"`
}

ErrorResponse represents an error.

type Logger

type Logger struct {
	Logger string `json:"logger,omitempty"`
	Level  string `json:"level,omitempty"`
}

type Model

type Model struct {
	Name         string
	Module       string
	Type         string
	Version      string
	Alias        string `json:",omitempty"`
	KeyPrefix    string
	NameTemplate string
	ProtoName    string
	ProtoFile    string
}

type ModelListOptions

type ModelListOptions struct {
}

type Ping

type Ping struct {
	APIVersion string
	OSType     string
}

Ping contains response of Engine API: GET "/_ping"

type SchedulerDumpOptions

type SchedulerDumpOptions struct {
	KeyPrefix string
	View      string
}

type SchedulerValuesOptions

type SchedulerValuesOptions struct {
	KeyPrefix string
}

type Version

type Version struct {
	Components []ComponentVersion

	Version       string
	APIVersion    string
	MinAPIVersion string
	GitCommit     string
	GoVersion     string
	Os            string
	Arch          string
	KernelVersion string
	BuildTime     string
}

Version contains response of Engine API: GET "/version"

Jump to

Keyboard shortcuts

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