types

package
v3.5.0 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2023 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrorResponse

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

ErrorResponse represents an error.

type Logger

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

type Model

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

Model provides info about registered model.

type ModelListOptions

type ModelListOptions struct {
	Class  string
	Module string
}

type SchedulerDumpOptions

type SchedulerDumpOptions struct {
	KeyPrefix string
	View      string
}

type SchedulerHistoryOptions added in v3.2.0

type SchedulerHistoryOptions struct {
	Count  int
	SeqNum int
}

type SchedulerResyncOptions added in v3.2.0

type SchedulerResyncOptions struct {
	Retry   bool
	Verbose bool
}

type SchedulerValuesOptions

type SchedulerValuesOptions struct {
	KeyPrefix string
	Key       string
}

type Version

type Version struct {
	App       string
	Version   string
	GitCommit string
	GitBranch string

	BuildUser string
	BuildHost string
	BuildTime int64

	GoVersion string
	OS        string
	Arch      string

	APIVersion string
	OSType     string
}

Version contains response of Agent REST API: GET "/info/version"

Jump to

Keyboard shortcuts

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