v1

package
v0.8.1 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2024 License: Apache-2.0 Imports: 18 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AppStatus_name = map[int32]string{
		0: "APP_STATUS_UNSPECIFIED",
		1: "APP_STATUS_HEALTHY",
		2: "APP_STATUS_UNHEALTHY",
	}
	AppStatus_value = map[string]int32{
		"APP_STATUS_UNSPECIFIED": 0,
		"APP_STATUS_HEALTHY":     1,
		"APP_STATUS_UNHEALTHY":   2,
	}
)

Enum value maps for AppStatus.

View Source
var File_platform_server_v1_internal_proto protoreflect.FileDescriptor
View Source
var File_platform_server_v1_web_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AddMdnsHostRequest added in v0.4.9

type AddMdnsHostRequest struct {
	Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname" bun:"hostname" csv:"hostname" pg:"hostname" yaml:"hostname"`
	// contains filtered or unexported fields
}

func (*AddMdnsHostRequest) Descriptor deprecated added in v0.4.9

func (*AddMdnsHostRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddMdnsHostRequest.ProtoReflect.Descriptor instead.

func (*AddMdnsHostRequest) GetHostname added in v0.4.9

func (x *AddMdnsHostRequest) GetHostname() string

func (*AddMdnsHostRequest) ProtoMessage added in v0.4.9

func (*AddMdnsHostRequest) ProtoMessage()

func (*AddMdnsHostRequest) ProtoReflect added in v0.4.9

func (x *AddMdnsHostRequest) ProtoReflect() protoreflect.Message

func (*AddMdnsHostRequest) Reset added in v0.4.9

func (x *AddMdnsHostRequest) Reset()

func (*AddMdnsHostRequest) String added in v0.4.9

func (x *AddMdnsHostRequest) String() string

func (*AddMdnsHostRequest) Validate added in v0.4.9

func (m *AddMdnsHostRequest) Validate() error

Validate checks the field values on AddMdnsHostRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AddMdnsHostRequest) ValidateAll added in v0.4.9

func (m *AddMdnsHostRequest) ValidateAll() error

ValidateAll checks the field values on AddMdnsHostRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AddMdnsHostRequestMultiError, or nil if none found.

type AddMdnsHostRequestMultiError added in v0.4.9

type AddMdnsHostRequestMultiError []error

AddMdnsHostRequestMultiError is an error wrapping multiple validation errors returned by AddMdnsHostRequest.ValidateAll() if the designated constraints aren't met.

func (AddMdnsHostRequestMultiError) AllErrors added in v0.4.9

func (m AddMdnsHostRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddMdnsHostRequestMultiError) Error added in v0.4.9

Error returns a concatenation of all the error messages it wraps.

type AddMdnsHostRequestValidationError added in v0.4.9

type AddMdnsHostRequestValidationError struct {
	// contains filtered or unexported fields
}

AddMdnsHostRequestValidationError is the validation error returned by AddMdnsHostRequest.Validate if the designated constraints aren't met.

func (AddMdnsHostRequestValidationError) Cause added in v0.4.9

Cause function returns cause value.

func (AddMdnsHostRequestValidationError) Error added in v0.4.9

Error satisfies the builtin error interface

func (AddMdnsHostRequestValidationError) ErrorName added in v0.4.9

ErrorName returns error name.

func (AddMdnsHostRequestValidationError) Field added in v0.4.9

Field function returns field value.

func (AddMdnsHostRequestValidationError) Key added in v0.4.9

Key function returns key value.

func (AddMdnsHostRequestValidationError) Reason added in v0.4.9

Reason function returns reason value.

type AddMdnsHostResponse added in v0.4.9

type AddMdnsHostResponse struct {
	// contains filtered or unexported fields
}

func (*AddMdnsHostResponse) Descriptor deprecated added in v0.4.9

func (*AddMdnsHostResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddMdnsHostResponse.ProtoReflect.Descriptor instead.

func (*AddMdnsHostResponse) ProtoMessage added in v0.4.9

func (*AddMdnsHostResponse) ProtoMessage()

func (*AddMdnsHostResponse) ProtoReflect added in v0.4.9

func (x *AddMdnsHostResponse) ProtoReflect() protoreflect.Message

func (*AddMdnsHostResponse) Reset added in v0.4.9

func (x *AddMdnsHostResponse) Reset()

func (*AddMdnsHostResponse) String added in v0.4.9

func (x *AddMdnsHostResponse) String() string

func (*AddMdnsHostResponse) Validate added in v0.4.9

func (m *AddMdnsHostResponse) Validate() error

Validate checks the field values on AddMdnsHostResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AddMdnsHostResponse) ValidateAll added in v0.4.9

func (m *AddMdnsHostResponse) ValidateAll() error

ValidateAll checks the field values on AddMdnsHostResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AddMdnsHostResponseMultiError, or nil if none found.

type AddMdnsHostResponseMultiError added in v0.4.9

type AddMdnsHostResponseMultiError []error

AddMdnsHostResponseMultiError is an error wrapping multiple validation errors returned by AddMdnsHostResponse.ValidateAll() if the designated constraints aren't met.

func (AddMdnsHostResponseMultiError) AllErrors added in v0.4.9

func (m AddMdnsHostResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddMdnsHostResponseMultiError) Error added in v0.4.9

Error returns a concatenation of all the error messages it wraps.

type AddMdnsHostResponseValidationError added in v0.4.9

type AddMdnsHostResponseValidationError struct {
	// contains filtered or unexported fields
}

AddMdnsHostResponseValidationError is the validation error returned by AddMdnsHostResponse.Validate if the designated constraints aren't met.

func (AddMdnsHostResponseValidationError) Cause added in v0.4.9

Cause function returns cause value.

func (AddMdnsHostResponseValidationError) Error added in v0.4.9

Error satisfies the builtin error interface

func (AddMdnsHostResponseValidationError) ErrorName added in v0.4.9

ErrorName returns error name.

func (AddMdnsHostResponseValidationError) Field added in v0.4.9

Field function returns field value.

func (AddMdnsHostResponseValidationError) Key added in v0.4.9

Key function returns key value.

func (AddMdnsHostResponseValidationError) Reason added in v0.4.9

Reason function returns reason value.

type App added in v0.4.0

type App struct {
	Name         string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name" bun:"name" csv:"name" pg:"name" yaml:"name"`
	Version      string            `protobuf:"bytes,2,opt,name=version,proto3" json:"version" bun:"version" csv:"version" pg:"version" yaml:"version"`
	AppVersion   string            `` /* 152-byte string literal not displayed */
	Description  string            `` /* 137-byte string literal not displayed */
	Icon         string            `protobuf:"bytes,5,opt,name=icon,proto3" json:"icon" bun:"icon" csv:"icon" pg:"icon" yaml:"icon"`
	Created      string            `protobuf:"bytes,6,opt,name=created,proto3" json:"created" bun:"created" csv:"created" pg:"created" yaml:"created"`
	Digest       string            `protobuf:"bytes,7,opt,name=digest,proto3" json:"digest" bun:"digest" csv:"digest" pg:"digest" yaml:"digest"`
	Type         string            `protobuf:"bytes,8,opt,name=type,proto3" json:"type" bun:"type" csv:"type" pg:"type" yaml:"type"`
	Urls         []string          `protobuf:"bytes,9,rep,name=urls,proto3" json:"urls" bun:"urls" csv:"urls" pg:"urls" yaml:"urls"`
	Dependencies []*AppDependency  `` /* 144-byte string literal not displayed */
	Home         string            `protobuf:"bytes,11,opt,name=home,proto3" json:"home" bun:"home" csv:"home" pg:"home" yaml:"home"`
	Sources      []string          `protobuf:"bytes,12,rep,name=sources,proto3" json:"sources" bun:"sources" csv:"sources" pg:"sources" yaml:"sources"`
	Annotations  map[string]string `` /* 226-byte string literal not displayed */
	// readme is not from the index but is added by the server from
	// the README.md of the chart.
	Readme string `protobuf:"bytes,14,opt,name=readme,proto3" json:"readme" bun:"readme" csv:"readme" pg:"readme" yaml:"readme"`
	// installed denotes whether or not the app is installed on the server
	Installed bool `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

Model used for the store and installed apps NOTE: that this must match the shape of the `entries` from a Helm repo index: e.g. https://apps.home-cloud.io/index.yaml

func (*App) Descriptor deprecated added in v0.4.0

func (*App) Descriptor() ([]byte, []int)

Deprecated: Use App.ProtoReflect.Descriptor instead.

func (*App) GetAnnotations added in v0.4.7

func (x *App) GetAnnotations() map[string]string

func (*App) GetAppVersion added in v0.4.0

func (x *App) GetAppVersion() string

func (*App) GetCreated added in v0.4.2

func (x *App) GetCreated() string

func (*App) GetDependencies added in v0.4.2

func (x *App) GetDependencies() []*AppDependency

func (*App) GetDescription added in v0.4.0

func (x *App) GetDescription() string

func (*App) GetDigest added in v0.4.0

func (x *App) GetDigest() string

func (*App) GetHome added in v0.4.7

func (x *App) GetHome() string

func (*App) GetIcon added in v0.4.0

func (x *App) GetIcon() string

func (*App) GetInstalled added in v0.4.24

func (x *App) GetInstalled() bool

func (*App) GetName added in v0.4.0

func (x *App) GetName() string

func (*App) GetReadme added in v0.4.8

func (x *App) GetReadme() string

func (*App) GetSources added in v0.4.7

func (x *App) GetSources() []string

func (*App) GetType added in v0.4.0

func (x *App) GetType() string

func (*App) GetUrls added in v0.4.0

func (x *App) GetUrls() []string

func (*App) GetVersion added in v0.4.0

func (x *App) GetVersion() string

func (*App) ProtoMessage added in v0.4.0

func (*App) ProtoMessage()

func (*App) ProtoReflect added in v0.4.0

func (x *App) ProtoReflect() protoreflect.Message

func (*App) Reset added in v0.4.0

func (x *App) Reset()

func (*App) String added in v0.4.0

func (x *App) String() string

func (*App) Validate added in v0.4.0

func (m *App) Validate() error

Validate checks the field values on App with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*App) ValidateAll added in v0.4.0

func (m *App) ValidateAll() error

ValidateAll checks the field values on App with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AppMultiError, or nil if none found.

type AppDependency added in v0.4.2

type AppDependency struct {
	Name       string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" bun:"name" csv:"name" pg:"name" yaml:"name"`
	Version    string `protobuf:"bytes,2,opt,name=version,proto3" json:"version" bun:"version" csv:"version" pg:"version" yaml:"version"`
	Repository string `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AppDependency) Descriptor deprecated added in v0.4.2

func (*AppDependency) Descriptor() ([]byte, []int)

Deprecated: Use AppDependency.ProtoReflect.Descriptor instead.

func (*AppDependency) GetName added in v0.4.2

func (x *AppDependency) GetName() string

func (*AppDependency) GetRepository added in v0.4.2

func (x *AppDependency) GetRepository() string

func (*AppDependency) GetVersion added in v0.4.2

func (x *AppDependency) GetVersion() string

func (*AppDependency) ProtoMessage added in v0.4.2

func (*AppDependency) ProtoMessage()

func (*AppDependency) ProtoReflect added in v0.4.2

func (x *AppDependency) ProtoReflect() protoreflect.Message

func (*AppDependency) Reset added in v0.4.2

func (x *AppDependency) Reset()

func (*AppDependency) String added in v0.4.2

func (x *AppDependency) String() string

func (*AppDependency) Validate added in v0.4.2

func (m *AppDependency) Validate() error

Validate checks the field values on AppDependency with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AppDependency) ValidateAll added in v0.4.2

func (m *AppDependency) ValidateAll() error

ValidateAll checks the field values on AppDependency with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AppDependencyMultiError, or nil if none found.

type AppDependencyMultiError added in v0.4.2

type AppDependencyMultiError []error

AppDependencyMultiError is an error wrapping multiple validation errors returned by AppDependency.ValidateAll() if the designated constraints aren't met.

func (AppDependencyMultiError) AllErrors added in v0.4.2

func (m AppDependencyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AppDependencyMultiError) Error added in v0.4.2

func (m AppDependencyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AppDependencyValidationError added in v0.4.2

type AppDependencyValidationError struct {
	// contains filtered or unexported fields
}

AppDependencyValidationError is the validation error returned by AppDependency.Validate if the designated constraints aren't met.

func (AppDependencyValidationError) Cause added in v0.4.2

Cause function returns cause value.

func (AppDependencyValidationError) Error added in v0.4.2

Error satisfies the builtin error interface

func (AppDependencyValidationError) ErrorName added in v0.4.2

func (e AppDependencyValidationError) ErrorName() string

ErrorName returns error name.

func (AppDependencyValidationError) Field added in v0.4.2

Field function returns field value.

func (AppDependencyValidationError) Key added in v0.4.2

Key function returns key value.

func (AppDependencyValidationError) Reason added in v0.4.2

Reason function returns reason value.

type AppDisplay added in v0.4.7

type AppDisplay struct {
	Name        string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" bun:"name" csv:"name" pg:"name" yaml:"name"`
	IconUrl     string `` /* 131-byte string literal not displayed */
	Description string `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AppDisplay) Descriptor deprecated added in v0.4.7

func (*AppDisplay) Descriptor() ([]byte, []int)

Deprecated: Use AppDisplay.ProtoReflect.Descriptor instead.

func (*AppDisplay) GetDescription added in v0.4.7

func (x *AppDisplay) GetDescription() string

func (*AppDisplay) GetIconUrl added in v0.4.7

func (x *AppDisplay) GetIconUrl() string

func (*AppDisplay) GetName added in v0.4.7

func (x *AppDisplay) GetName() string

func (*AppDisplay) ProtoMessage added in v0.4.7

func (*AppDisplay) ProtoMessage()

func (*AppDisplay) ProtoReflect added in v0.4.7

func (x *AppDisplay) ProtoReflect() protoreflect.Message

func (*AppDisplay) Reset added in v0.4.7

func (x *AppDisplay) Reset()

func (*AppDisplay) String added in v0.4.7

func (x *AppDisplay) String() string

func (*AppDisplay) Validate added in v0.4.7

func (m *AppDisplay) Validate() error

Validate checks the field values on AppDisplay with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AppDisplay) ValidateAll added in v0.4.7

func (m *AppDisplay) ValidateAll() error

ValidateAll checks the field values on AppDisplay with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AppDisplayMultiError, or nil if none found.

type AppDisplayMultiError added in v0.4.7

type AppDisplayMultiError []error

AppDisplayMultiError is an error wrapping multiple validation errors returned by AppDisplay.ValidateAll() if the designated constraints aren't met.

func (AppDisplayMultiError) AllErrors added in v0.4.7

func (m AppDisplayMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AppDisplayMultiError) Error added in v0.4.7

func (m AppDisplayMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AppDisplayValidationError added in v0.4.7

type AppDisplayValidationError struct {
	// contains filtered or unexported fields
}

AppDisplayValidationError is the validation error returned by AppDisplay.Validate if the designated constraints aren't met.

func (AppDisplayValidationError) Cause added in v0.4.7

func (e AppDisplayValidationError) Cause() error

Cause function returns cause value.

func (AppDisplayValidationError) Error added in v0.4.7

Error satisfies the builtin error interface

func (AppDisplayValidationError) ErrorName added in v0.4.7

func (e AppDisplayValidationError) ErrorName() string

ErrorName returns error name.

func (AppDisplayValidationError) Field added in v0.4.7

Field function returns field value.

func (AppDisplayValidationError) Key added in v0.4.7

Key function returns key value.

func (AppDisplayValidationError) Reason added in v0.4.7

func (e AppDisplayValidationError) Reason() string

Reason function returns reason value.

type AppHealth added in v0.3.7

type AppHealth struct {
	Name    string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name" bun:"name" csv:"name" pg:"name" yaml:"name"`
	Status  AppStatus   `` /* 142-byte string literal not displayed */
	Display *AppDisplay `protobuf:"bytes,3,opt,name=display,proto3" json:"display" bun:"display" csv:"display" pg:"display" yaml:"display"`
	// contains filtered or unexported fields
}

func (*AppHealth) Descriptor deprecated added in v0.3.7

func (*AppHealth) Descriptor() ([]byte, []int)

Deprecated: Use AppHealth.ProtoReflect.Descriptor instead.

func (*AppHealth) GetDisplay added in v0.4.7

func (x *AppHealth) GetDisplay() *AppDisplay

func (*AppHealth) GetName added in v0.3.7

func (x *AppHealth) GetName() string

func (*AppHealth) GetStatus added in v0.3.7

func (x *AppHealth) GetStatus() AppStatus

func (*AppHealth) ProtoMessage added in v0.3.7

func (*AppHealth) ProtoMessage()

func (*AppHealth) ProtoReflect added in v0.3.7

func (x *AppHealth) ProtoReflect() protoreflect.Message

func (*AppHealth) Reset added in v0.3.7

func (x *AppHealth) Reset()

func (*AppHealth) String added in v0.3.7

func (x *AppHealth) String() string

func (*AppHealth) Validate added in v0.3.7

func (m *AppHealth) Validate() error

Validate checks the field values on AppHealth with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AppHealth) ValidateAll added in v0.3.7

func (m *AppHealth) ValidateAll() error

ValidateAll checks the field values on AppHealth with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AppHealthMultiError, or nil if none found.

type AppHealthMultiError added in v0.3.7

type AppHealthMultiError []error

AppHealthMultiError is an error wrapping multiple validation errors returned by AppHealth.ValidateAll() if the designated constraints aren't met.

func (AppHealthMultiError) AllErrors added in v0.3.7

func (m AppHealthMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AppHealthMultiError) Error added in v0.3.7

func (m AppHealthMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AppHealthValidationError added in v0.3.7

type AppHealthValidationError struct {
	// contains filtered or unexported fields
}

AppHealthValidationError is the validation error returned by AppHealth.Validate if the designated constraints aren't met.

func (AppHealthValidationError) Cause added in v0.3.7

func (e AppHealthValidationError) Cause() error

Cause function returns cause value.

func (AppHealthValidationError) Error added in v0.3.7

func (e AppHealthValidationError) Error() string

Error satisfies the builtin error interface

func (AppHealthValidationError) ErrorName added in v0.3.7

func (e AppHealthValidationError) ErrorName() string

ErrorName returns error name.

func (AppHealthValidationError) Field added in v0.3.7

func (e AppHealthValidationError) Field() string

Field function returns field value.

func (AppHealthValidationError) Key added in v0.3.7

Key function returns key value.

func (AppHealthValidationError) Reason added in v0.3.7

func (e AppHealthValidationError) Reason() string

Reason function returns reason value.

type AppInstalledEvent added in v0.4.10

type AppInstalledEvent struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" bun:"name" csv:"name" pg:"name" yaml:"name"`
	// contains filtered or unexported fields
}

func (*AppInstalledEvent) Descriptor deprecated added in v0.4.10

func (*AppInstalledEvent) Descriptor() ([]byte, []int)

Deprecated: Use AppInstalledEvent.ProtoReflect.Descriptor instead.

func (*AppInstalledEvent) GetName added in v0.4.10

func (x *AppInstalledEvent) GetName() string

func (*AppInstalledEvent) ProtoMessage added in v0.4.10

func (*AppInstalledEvent) ProtoMessage()

func (*AppInstalledEvent) ProtoReflect added in v0.4.10

func (x *AppInstalledEvent) ProtoReflect() protoreflect.Message

func (*AppInstalledEvent) Reset added in v0.4.10

func (x *AppInstalledEvent) Reset()

func (*AppInstalledEvent) String added in v0.4.10

func (x *AppInstalledEvent) String() string

func (*AppInstalledEvent) Validate added in v0.4.10

func (m *AppInstalledEvent) Validate() error

Validate checks the field values on AppInstalledEvent with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AppInstalledEvent) ValidateAll added in v0.4.10

func (m *AppInstalledEvent) ValidateAll() error

ValidateAll checks the field values on AppInstalledEvent with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AppInstalledEventMultiError, or nil if none found.

type AppInstalledEventMultiError added in v0.4.10

type AppInstalledEventMultiError []error

AppInstalledEventMultiError is an error wrapping multiple validation errors returned by AppInstalledEvent.ValidateAll() if the designated constraints aren't met.

func (AppInstalledEventMultiError) AllErrors added in v0.4.10

func (m AppInstalledEventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AppInstalledEventMultiError) Error added in v0.4.10

Error returns a concatenation of all the error messages it wraps.

type AppInstalledEventValidationError added in v0.4.10

type AppInstalledEventValidationError struct {
	// contains filtered or unexported fields
}

AppInstalledEventValidationError is the validation error returned by AppInstalledEvent.Validate if the designated constraints aren't met.

func (AppInstalledEventValidationError) Cause added in v0.4.10

Cause function returns cause value.

func (AppInstalledEventValidationError) Error added in v0.4.10

Error satisfies the builtin error interface

func (AppInstalledEventValidationError) ErrorName added in v0.4.10

ErrorName returns error name.

func (AppInstalledEventValidationError) Field added in v0.4.10

Field function returns field value.

func (AppInstalledEventValidationError) Key added in v0.4.10

Key function returns key value.

func (AppInstalledEventValidationError) Reason added in v0.4.10

Reason function returns reason value.

type AppMultiError added in v0.4.0

type AppMultiError []error

AppMultiError is an error wrapping multiple validation errors returned by App.ValidateAll() if the designated constraints aren't met.

func (AppMultiError) AllErrors added in v0.4.0

func (m AppMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AppMultiError) Error added in v0.4.0

func (m AppMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AppRunningStatus added in v0.4.0

type AppRunningStatus struct {
	Name    string    `protobuf:"bytes,1,opt,name=name,proto3" json:"name" bun:"name" csv:"name" pg:"name" yaml:"name"`
	Version string    `protobuf:"bytes,2,opt,name=version,proto3" json:"version" bun:"version" csv:"version" pg:"version" yaml:"version"`
	Status  AppStatus `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AppRunningStatus) Descriptor deprecated added in v0.4.0

func (*AppRunningStatus) Descriptor() ([]byte, []int)

Deprecated: Use AppRunningStatus.ProtoReflect.Descriptor instead.

func (*AppRunningStatus) GetName added in v0.4.0

func (x *AppRunningStatus) GetName() string

func (*AppRunningStatus) GetStatus added in v0.4.0

func (x *AppRunningStatus) GetStatus() AppStatus

func (*AppRunningStatus) GetVersion added in v0.4.0

func (x *AppRunningStatus) GetVersion() string

func (*AppRunningStatus) ProtoMessage added in v0.4.0

func (*AppRunningStatus) ProtoMessage()

func (*AppRunningStatus) ProtoReflect added in v0.4.0

func (x *AppRunningStatus) ProtoReflect() protoreflect.Message

func (*AppRunningStatus) Reset added in v0.4.0

func (x *AppRunningStatus) Reset()

func (*AppRunningStatus) String added in v0.4.0

func (x *AppRunningStatus) String() string

func (*AppRunningStatus) Validate added in v0.4.0

func (m *AppRunningStatus) Validate() error

Validate checks the field values on AppRunningStatus with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AppRunningStatus) ValidateAll added in v0.4.0

func (m *AppRunningStatus) ValidateAll() error

ValidateAll checks the field values on AppRunningStatus with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AppRunningStatusMultiError, or nil if none found.

type AppRunningStatusMultiError added in v0.4.0

type AppRunningStatusMultiError []error

AppRunningStatusMultiError is an error wrapping multiple validation errors returned by AppRunningStatus.ValidateAll() if the designated constraints aren't met.

func (AppRunningStatusMultiError) AllErrors added in v0.4.0

func (m AppRunningStatusMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AppRunningStatusMultiError) Error added in v0.4.0

Error returns a concatenation of all the error messages it wraps.

type AppRunningStatusValidationError added in v0.4.0

type AppRunningStatusValidationError struct {
	// contains filtered or unexported fields
}

AppRunningStatusValidationError is the validation error returned by AppRunningStatus.Validate if the designated constraints aren't met.

func (AppRunningStatusValidationError) Cause added in v0.4.0

Cause function returns cause value.

func (AppRunningStatusValidationError) Error added in v0.4.0

Error satisfies the builtin error interface

func (AppRunningStatusValidationError) ErrorName added in v0.4.0

ErrorName returns error name.

func (AppRunningStatusValidationError) Field added in v0.4.0

Field function returns field value.

func (AppRunningStatusValidationError) Key added in v0.4.0

Key function returns key value.

func (AppRunningStatusValidationError) Reason added in v0.4.0

Reason function returns reason value.

type AppStatus added in v0.3.7

type AppStatus int32
const (
	AppStatus_APP_STATUS_UNSPECIFIED AppStatus = 0
	AppStatus_APP_STATUS_HEALTHY     AppStatus = 1
	AppStatus_APP_STATUS_UNHEALTHY   AppStatus = 2
)

func (AppStatus) Descriptor added in v0.3.7

func (AppStatus) Descriptor() protoreflect.EnumDescriptor

func (AppStatus) Enum added in v0.3.7

func (x AppStatus) Enum() *AppStatus

func (AppStatus) EnumDescriptor deprecated added in v0.3.7

func (AppStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use AppStatus.Descriptor instead.

func (AppStatus) Number added in v0.3.7

func (x AppStatus) Number() protoreflect.EnumNumber

func (AppStatus) String added in v0.3.7

func (x AppStatus) String() string

func (AppStatus) Type added in v0.3.7

type AppStorage added in v0.4.18

type AppStorage struct {
	AppName string   `` /* 131-byte string literal not displayed */
	Volumes []string `protobuf:"bytes,2,rep,name=volumes,proto3" json:"volumes" bun:"volumes" csv:"volumes" pg:"volumes" yaml:"volumes"`
	// contains filtered or unexported fields
}

func (*AppStorage) Descriptor deprecated added in v0.4.18

func (*AppStorage) Descriptor() ([]byte, []int)

Deprecated: Use AppStorage.ProtoReflect.Descriptor instead.

func (*AppStorage) GetAppName added in v0.4.18

func (x *AppStorage) GetAppName() string

func (*AppStorage) GetVolumes added in v0.4.18

func (x *AppStorage) GetVolumes() []string

func (*AppStorage) ProtoMessage added in v0.4.18

func (*AppStorage) ProtoMessage()

func (*AppStorage) ProtoReflect added in v0.4.18

func (x *AppStorage) ProtoReflect() protoreflect.Message

func (*AppStorage) Reset added in v0.4.18

func (x *AppStorage) Reset()

func (*AppStorage) String added in v0.4.18

func (x *AppStorage) String() string

func (*AppStorage) Validate added in v0.4.18

func (m *AppStorage) Validate() error

Validate checks the field values on AppStorage with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AppStorage) ValidateAll added in v0.4.18

func (m *AppStorage) ValidateAll() error

ValidateAll checks the field values on AppStorage with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AppStorageMultiError, or nil if none found.

type AppStorageMultiError added in v0.4.18

type AppStorageMultiError []error

AppStorageMultiError is an error wrapping multiple validation errors returned by AppStorage.ValidateAll() if the designated constraints aren't met.

func (AppStorageMultiError) AllErrors added in v0.4.18

func (m AppStorageMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AppStorageMultiError) Error added in v0.4.18

func (m AppStorageMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AppStorageValidationError added in v0.4.18

type AppStorageValidationError struct {
	// contains filtered or unexported fields
}

AppStorageValidationError is the validation error returned by AppStorage.Validate if the designated constraints aren't met.

func (AppStorageValidationError) Cause added in v0.4.18

func (e AppStorageValidationError) Cause() error

Cause function returns cause value.

func (AppStorageValidationError) Error added in v0.4.18

Error satisfies the builtin error interface

func (AppStorageValidationError) ErrorName added in v0.4.18

func (e AppStorageValidationError) ErrorName() string

ErrorName returns error name.

func (AppStorageValidationError) Field added in v0.4.18

Field function returns field value.

func (AppStorageValidationError) Key added in v0.4.18

Key function returns key value.

func (AppStorageValidationError) Reason added in v0.4.18

func (e AppStorageValidationError) Reason() string

Reason function returns reason value.

type AppStoreEntries added in v0.4.0

type AppStoreEntries struct {
	ApiVersion string           `` /* 152-byte string literal not displayed */
	Generated  string           `protobuf:"bytes,2,opt,name=generated,proto3" json:"generated" bun:"generated" csv:"generated" pg:"generated" yaml:"generated"`
	Entries    map[string]*Apps `` /* 201-byte string literal not displayed */
	// contains filtered or unexported fields
}

Model to cache the apps available in the store: https://apps.home-cloud.io/index.yaml A backround thread in the server will fetch the index and update the cache at startup and then every 24 hours

func (*AppStoreEntries) Descriptor deprecated added in v0.4.0

func (*AppStoreEntries) Descriptor() ([]byte, []int)

Deprecated: Use AppStoreEntries.ProtoReflect.Descriptor instead.

func (*AppStoreEntries) GetApiVersion added in v0.4.0

func (x *AppStoreEntries) GetApiVersion() string

func (*AppStoreEntries) GetEntries added in v0.4.0

func (x *AppStoreEntries) GetEntries() map[string]*Apps

func (*AppStoreEntries) GetGenerated added in v0.4.0

func (x *AppStoreEntries) GetGenerated() string

func (*AppStoreEntries) ProtoMessage added in v0.4.0

func (*AppStoreEntries) ProtoMessage()

func (*AppStoreEntries) ProtoReflect added in v0.4.0

func (x *AppStoreEntries) ProtoReflect() protoreflect.Message

func (*AppStoreEntries) Reset added in v0.4.0

func (x *AppStoreEntries) Reset()

func (*AppStoreEntries) String added in v0.4.0

func (x *AppStoreEntries) String() string

func (*AppStoreEntries) Validate added in v0.4.0

func (m *AppStoreEntries) Validate() error

Validate checks the field values on AppStoreEntries with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AppStoreEntries) ValidateAll added in v0.4.0

func (m *AppStoreEntries) ValidateAll() error

ValidateAll checks the field values on AppStoreEntries with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AppStoreEntriesMultiError, or nil if none found.

type AppStoreEntriesMultiError added in v0.4.0

type AppStoreEntriesMultiError []error

AppStoreEntriesMultiError is an error wrapping multiple validation errors returned by AppStoreEntries.ValidateAll() if the designated constraints aren't met.

func (AppStoreEntriesMultiError) AllErrors added in v0.4.0

func (m AppStoreEntriesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AppStoreEntriesMultiError) Error added in v0.4.0

Error returns a concatenation of all the error messages it wraps.

type AppStoreEntriesValidationError added in v0.4.0

type AppStoreEntriesValidationError struct {
	// contains filtered or unexported fields
}

AppStoreEntriesValidationError is the validation error returned by AppStoreEntries.Validate if the designated constraints aren't met.

func (AppStoreEntriesValidationError) Cause added in v0.4.0

Cause function returns cause value.

func (AppStoreEntriesValidationError) Error added in v0.4.0

Error satisfies the builtin error interface

func (AppStoreEntriesValidationError) ErrorName added in v0.4.0

func (e AppStoreEntriesValidationError) ErrorName() string

ErrorName returns error name.

func (AppStoreEntriesValidationError) Field added in v0.4.0

Field function returns field value.

func (AppStoreEntriesValidationError) Key added in v0.4.0

Key function returns key value.

func (AppStoreEntriesValidationError) Reason added in v0.4.0

Reason function returns reason value.

type AppValidationError added in v0.4.0

type AppValidationError struct {
	// contains filtered or unexported fields
}

AppValidationError is the validation error returned by App.Validate if the designated constraints aren't met.

func (AppValidationError) Cause added in v0.4.0

func (e AppValidationError) Cause() error

Cause function returns cause value.

func (AppValidationError) Error added in v0.4.0

func (e AppValidationError) Error() string

Error satisfies the builtin error interface

func (AppValidationError) ErrorName added in v0.4.0

func (e AppValidationError) ErrorName() string

ErrorName returns error name.

func (AppValidationError) Field added in v0.4.0

func (e AppValidationError) Field() string

Field function returns field value.

func (AppValidationError) Key added in v0.4.0

func (e AppValidationError) Key() bool

Key function returns key value.

func (AppValidationError) Reason added in v0.4.0

func (e AppValidationError) Reason() string

Reason function returns reason value.

type Apps added in v0.4.2

type Apps struct {
	Apps []*App `protobuf:"bytes,1,rep,name=apps,proto3" json:"apps" bun:"apps" csv:"apps" pg:"apps" yaml:"apps"`
	// contains filtered or unexported fields
}

func (*Apps) Descriptor deprecated added in v0.4.2

func (*Apps) Descriptor() ([]byte, []int)

Deprecated: Use Apps.ProtoReflect.Descriptor instead.

func (*Apps) GetApps added in v0.4.2

func (x *Apps) GetApps() []*App

func (*Apps) ProtoMessage added in v0.4.2

func (*Apps) ProtoMessage()

func (*Apps) ProtoReflect added in v0.4.2

func (x *Apps) ProtoReflect() protoreflect.Message

func (*Apps) Reset added in v0.4.2

func (x *Apps) Reset()

func (*Apps) String added in v0.4.2

func (x *Apps) String() string

func (*Apps) Validate added in v0.4.2

func (m *Apps) Validate() error

Validate checks the field values on Apps with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Apps) ValidateAll added in v0.4.2

func (m *Apps) ValidateAll() error

ValidateAll checks the field values on Apps with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AppsMultiError, or nil if none found.

type AppsHealthCheckRequest added in v0.3.7

type AppsHealthCheckRequest struct {
	// contains filtered or unexported fields
}

func (*AppsHealthCheckRequest) Descriptor deprecated added in v0.3.7

func (*AppsHealthCheckRequest) Descriptor() ([]byte, []int)

Deprecated: Use AppsHealthCheckRequest.ProtoReflect.Descriptor instead.

func (*AppsHealthCheckRequest) ProtoMessage added in v0.3.7

func (*AppsHealthCheckRequest) ProtoMessage()

func (*AppsHealthCheckRequest) ProtoReflect added in v0.3.7

func (x *AppsHealthCheckRequest) ProtoReflect() protoreflect.Message

func (*AppsHealthCheckRequest) Reset added in v0.3.7

func (x *AppsHealthCheckRequest) Reset()

func (*AppsHealthCheckRequest) String added in v0.3.7

func (x *AppsHealthCheckRequest) String() string

func (*AppsHealthCheckRequest) Validate added in v0.3.7

func (m *AppsHealthCheckRequest) Validate() error

Validate checks the field values on AppsHealthCheckRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AppsHealthCheckRequest) ValidateAll added in v0.3.7

func (m *AppsHealthCheckRequest) ValidateAll() error

ValidateAll checks the field values on AppsHealthCheckRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AppsHealthCheckRequestMultiError, or nil if none found.

type AppsHealthCheckRequestMultiError added in v0.3.7

type AppsHealthCheckRequestMultiError []error

AppsHealthCheckRequestMultiError is an error wrapping multiple validation errors returned by AppsHealthCheckRequest.ValidateAll() if the designated constraints aren't met.

func (AppsHealthCheckRequestMultiError) AllErrors added in v0.3.7

func (m AppsHealthCheckRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AppsHealthCheckRequestMultiError) Error added in v0.3.7

Error returns a concatenation of all the error messages it wraps.

type AppsHealthCheckRequestValidationError added in v0.3.7

type AppsHealthCheckRequestValidationError struct {
	// contains filtered or unexported fields
}

AppsHealthCheckRequestValidationError is the validation error returned by AppsHealthCheckRequest.Validate if the designated constraints aren't met.

func (AppsHealthCheckRequestValidationError) Cause added in v0.3.7

Cause function returns cause value.

func (AppsHealthCheckRequestValidationError) Error added in v0.3.7

Error satisfies the builtin error interface

func (AppsHealthCheckRequestValidationError) ErrorName added in v0.3.7

ErrorName returns error name.

func (AppsHealthCheckRequestValidationError) Field added in v0.3.7

Field function returns field value.

func (AppsHealthCheckRequestValidationError) Key added in v0.3.7

Key function returns key value.

func (AppsHealthCheckRequestValidationError) Reason added in v0.3.7

Reason function returns reason value.

type AppsHealthCheckResponse added in v0.3.7

type AppsHealthCheckResponse struct {
	Checks []*AppHealth `protobuf:"bytes,1,rep,name=checks,proto3" json:"checks" bun:"checks" csv:"checks" pg:"checks" yaml:"checks"`
	// contains filtered or unexported fields
}

func (*AppsHealthCheckResponse) Descriptor deprecated added in v0.3.7

func (*AppsHealthCheckResponse) Descriptor() ([]byte, []int)

Deprecated: Use AppsHealthCheckResponse.ProtoReflect.Descriptor instead.

func (*AppsHealthCheckResponse) GetChecks added in v0.3.7

func (x *AppsHealthCheckResponse) GetChecks() []*AppHealth

func (*AppsHealthCheckResponse) ProtoMessage added in v0.3.7

func (*AppsHealthCheckResponse) ProtoMessage()

func (*AppsHealthCheckResponse) ProtoReflect added in v0.3.7

func (x *AppsHealthCheckResponse) ProtoReflect() protoreflect.Message

func (*AppsHealthCheckResponse) Reset added in v0.3.7

func (x *AppsHealthCheckResponse) Reset()

func (*AppsHealthCheckResponse) String added in v0.3.7

func (x *AppsHealthCheckResponse) String() string

func (*AppsHealthCheckResponse) Validate added in v0.3.7

func (m *AppsHealthCheckResponse) Validate() error

Validate checks the field values on AppsHealthCheckResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AppsHealthCheckResponse) ValidateAll added in v0.3.7

func (m *AppsHealthCheckResponse) ValidateAll() error

ValidateAll checks the field values on AppsHealthCheckResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AppsHealthCheckResponseMultiError, or nil if none found.

type AppsHealthCheckResponseMultiError added in v0.3.7

type AppsHealthCheckResponseMultiError []error

AppsHealthCheckResponseMultiError is an error wrapping multiple validation errors returned by AppsHealthCheckResponse.ValidateAll() if the designated constraints aren't met.

func (AppsHealthCheckResponseMultiError) AllErrors added in v0.3.7

func (m AppsHealthCheckResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AppsHealthCheckResponseMultiError) Error added in v0.3.7

Error returns a concatenation of all the error messages it wraps.

type AppsHealthCheckResponseValidationError added in v0.3.7

type AppsHealthCheckResponseValidationError struct {
	// contains filtered or unexported fields
}

AppsHealthCheckResponseValidationError is the validation error returned by AppsHealthCheckResponse.Validate if the designated constraints aren't met.

func (AppsHealthCheckResponseValidationError) Cause added in v0.3.7

Cause function returns cause value.

func (AppsHealthCheckResponseValidationError) Error added in v0.3.7

Error satisfies the builtin error interface

func (AppsHealthCheckResponseValidationError) ErrorName added in v0.3.7

ErrorName returns error name.

func (AppsHealthCheckResponseValidationError) Field added in v0.3.7

Field function returns field value.

func (AppsHealthCheckResponseValidationError) Key added in v0.3.7

Key function returns key value.

func (AppsHealthCheckResponseValidationError) Reason added in v0.3.7

Reason function returns reason value.

type AppsMultiError added in v0.4.2

type AppsMultiError []error

AppsMultiError is an error wrapping multiple validation errors returned by Apps.ValidateAll() if the designated constraints aren't met.

func (AppsMultiError) AllErrors added in v0.4.2

func (m AppsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AppsMultiError) Error added in v0.4.2

func (m AppsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AppsValidationError added in v0.4.2

type AppsValidationError struct {
	// contains filtered or unexported fields
}

AppsValidationError is the validation error returned by Apps.Validate if the designated constraints aren't met.

func (AppsValidationError) Cause added in v0.4.2

func (e AppsValidationError) Cause() error

Cause function returns cause value.

func (AppsValidationError) Error added in v0.4.2

func (e AppsValidationError) Error() string

Error satisfies the builtin error interface

func (AppsValidationError) ErrorName added in v0.4.2

func (e AppsValidationError) ErrorName() string

ErrorName returns error name.

func (AppsValidationError) Field added in v0.4.2

func (e AppsValidationError) Field() string

Field function returns field value.

func (AppsValidationError) Key added in v0.4.2

func (e AppsValidationError) Key() bool

Key function returns key value.

func (AppsValidationError) Reason added in v0.4.2

func (e AppsValidationError) Reason() string

Reason function returns reason value.

type ChangeDaemonVersionRequest added in v0.3.5

type ChangeDaemonVersionRequest struct {
	Version    string `protobuf:"bytes,1,opt,name=version,proto3" json:"version" bun:"version" csv:"version" pg:"version" yaml:"version"`
	VendorHash string `` /* 152-byte string literal not displayed */
	SrcHash    string `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ChangeDaemonVersionRequest) Descriptor deprecated added in v0.3.5

func (*ChangeDaemonVersionRequest) Descriptor() ([]byte, []int)

Deprecated: Use ChangeDaemonVersionRequest.ProtoReflect.Descriptor instead.

func (*ChangeDaemonVersionRequest) GetSrcHash added in v0.3.5

func (x *ChangeDaemonVersionRequest) GetSrcHash() string

func (*ChangeDaemonVersionRequest) GetVendorHash added in v0.3.5

func (x *ChangeDaemonVersionRequest) GetVendorHash() string

func (*ChangeDaemonVersionRequest) GetVersion added in v0.3.5

func (x *ChangeDaemonVersionRequest) GetVersion() string

func (*ChangeDaemonVersionRequest) ProtoMessage added in v0.3.5

func (*ChangeDaemonVersionRequest) ProtoMessage()

func (*ChangeDaemonVersionRequest) ProtoReflect added in v0.3.5

func (*ChangeDaemonVersionRequest) Reset added in v0.3.5

func (x *ChangeDaemonVersionRequest) Reset()

func (*ChangeDaemonVersionRequest) String added in v0.3.5

func (x *ChangeDaemonVersionRequest) String() string

func (*ChangeDaemonVersionRequest) Validate added in v0.3.5

func (m *ChangeDaemonVersionRequest) Validate() error

Validate checks the field values on ChangeDaemonVersionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChangeDaemonVersionRequest) ValidateAll added in v0.3.5

func (m *ChangeDaemonVersionRequest) ValidateAll() error

ValidateAll checks the field values on ChangeDaemonVersionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChangeDaemonVersionRequestMultiError, or nil if none found.

type ChangeDaemonVersionRequestMultiError added in v0.3.5

type ChangeDaemonVersionRequestMultiError []error

ChangeDaemonVersionRequestMultiError is an error wrapping multiple validation errors returned by ChangeDaemonVersionRequest.ValidateAll() if the designated constraints aren't met.

func (ChangeDaemonVersionRequestMultiError) AllErrors added in v0.3.5

AllErrors returns a list of validation violation errors.

func (ChangeDaemonVersionRequestMultiError) Error added in v0.3.5

Error returns a concatenation of all the error messages it wraps.

type ChangeDaemonVersionRequestValidationError added in v0.3.5

type ChangeDaemonVersionRequestValidationError struct {
	// contains filtered or unexported fields
}

ChangeDaemonVersionRequestValidationError is the validation error returned by ChangeDaemonVersionRequest.Validate if the designated constraints aren't met.

func (ChangeDaemonVersionRequestValidationError) Cause added in v0.3.5

Cause function returns cause value.

func (ChangeDaemonVersionRequestValidationError) Error added in v0.3.5

Error satisfies the builtin error interface

func (ChangeDaemonVersionRequestValidationError) ErrorName added in v0.3.5

ErrorName returns error name.

func (ChangeDaemonVersionRequestValidationError) Field added in v0.3.5

Field function returns field value.

func (ChangeDaemonVersionRequestValidationError) Key added in v0.3.5

Key function returns key value.

func (ChangeDaemonVersionRequestValidationError) Reason added in v0.3.5

Reason function returns reason value.

type ChangeDaemonVersionResponse added in v0.3.5

type ChangeDaemonVersionResponse struct {
	// contains filtered or unexported fields
}

func (*ChangeDaemonVersionResponse) Descriptor deprecated added in v0.3.5

func (*ChangeDaemonVersionResponse) Descriptor() ([]byte, []int)

Deprecated: Use ChangeDaemonVersionResponse.ProtoReflect.Descriptor instead.

func (*ChangeDaemonVersionResponse) ProtoMessage added in v0.3.5

func (*ChangeDaemonVersionResponse) ProtoMessage()

func (*ChangeDaemonVersionResponse) ProtoReflect added in v0.3.5

func (*ChangeDaemonVersionResponse) Reset added in v0.3.5

func (x *ChangeDaemonVersionResponse) Reset()

func (*ChangeDaemonVersionResponse) String added in v0.3.5

func (x *ChangeDaemonVersionResponse) String() string

func (*ChangeDaemonVersionResponse) Validate added in v0.3.5

func (m *ChangeDaemonVersionResponse) Validate() error

Validate checks the field values on ChangeDaemonVersionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChangeDaemonVersionResponse) ValidateAll added in v0.3.5

func (m *ChangeDaemonVersionResponse) ValidateAll() error

ValidateAll checks the field values on ChangeDaemonVersionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChangeDaemonVersionResponseMultiError, or nil if none found.

type ChangeDaemonVersionResponseMultiError added in v0.3.5

type ChangeDaemonVersionResponseMultiError []error

ChangeDaemonVersionResponseMultiError is an error wrapping multiple validation errors returned by ChangeDaemonVersionResponse.ValidateAll() if the designated constraints aren't met.

func (ChangeDaemonVersionResponseMultiError) AllErrors added in v0.3.5

AllErrors returns a list of validation violation errors.

func (ChangeDaemonVersionResponseMultiError) Error added in v0.3.5

Error returns a concatenation of all the error messages it wraps.

type ChangeDaemonVersionResponseValidationError added in v0.3.5

type ChangeDaemonVersionResponseValidationError struct {
	// contains filtered or unexported fields
}

ChangeDaemonVersionResponseValidationError is the validation error returned by ChangeDaemonVersionResponse.Validate if the designated constraints aren't met.

func (ChangeDaemonVersionResponseValidationError) Cause added in v0.3.5

Cause function returns cause value.

func (ChangeDaemonVersionResponseValidationError) Error added in v0.3.5

Error satisfies the builtin error interface

func (ChangeDaemonVersionResponseValidationError) ErrorName added in v0.3.5

ErrorName returns error name.

func (ChangeDaemonVersionResponseValidationError) Field added in v0.3.5

Field function returns field value.

func (ChangeDaemonVersionResponseValidationError) Key added in v0.3.5

Key function returns key value.

func (ChangeDaemonVersionResponseValidationError) Reason added in v0.3.5

Reason function returns reason value.

type CheckForContainerUpdatesRequest added in v0.3.4

type CheckForContainerUpdatesRequest struct {
	// contains filtered or unexported fields
}

func (*CheckForContainerUpdatesRequest) Descriptor deprecated added in v0.3.4

func (*CheckForContainerUpdatesRequest) Descriptor() ([]byte, []int)

Deprecated: Use CheckForContainerUpdatesRequest.ProtoReflect.Descriptor instead.

func (*CheckForContainerUpdatesRequest) ProtoMessage added in v0.3.4

func (*CheckForContainerUpdatesRequest) ProtoMessage()

func (*CheckForContainerUpdatesRequest) ProtoReflect added in v0.3.4

func (*CheckForContainerUpdatesRequest) Reset added in v0.3.4

func (*CheckForContainerUpdatesRequest) String added in v0.3.4

func (*CheckForContainerUpdatesRequest) Validate added in v0.3.4

func (m *CheckForContainerUpdatesRequest) Validate() error

Validate checks the field values on CheckForContainerUpdatesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CheckForContainerUpdatesRequest) ValidateAll added in v0.3.4

func (m *CheckForContainerUpdatesRequest) ValidateAll() error

ValidateAll checks the field values on CheckForContainerUpdatesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CheckForContainerUpdatesRequestMultiError, or nil if none found.

type CheckForContainerUpdatesRequestMultiError added in v0.3.4

type CheckForContainerUpdatesRequestMultiError []error

CheckForContainerUpdatesRequestMultiError is an error wrapping multiple validation errors returned by CheckForContainerUpdatesRequest.ValidateAll() if the designated constraints aren't met.

func (CheckForContainerUpdatesRequestMultiError) AllErrors added in v0.3.4

AllErrors returns a list of validation violation errors.

func (CheckForContainerUpdatesRequestMultiError) Error added in v0.3.4

Error returns a concatenation of all the error messages it wraps.

type CheckForContainerUpdatesRequestValidationError added in v0.3.4

type CheckForContainerUpdatesRequestValidationError struct {
	// contains filtered or unexported fields
}

CheckForContainerUpdatesRequestValidationError is the validation error returned by CheckForContainerUpdatesRequest.Validate if the designated constraints aren't met.

func (CheckForContainerUpdatesRequestValidationError) Cause added in v0.3.4

Cause function returns cause value.

func (CheckForContainerUpdatesRequestValidationError) Error added in v0.3.4

Error satisfies the builtin error interface

func (CheckForContainerUpdatesRequestValidationError) ErrorName added in v0.3.4

ErrorName returns error name.

func (CheckForContainerUpdatesRequestValidationError) Field added in v0.3.4

Field function returns field value.

func (CheckForContainerUpdatesRequestValidationError) Key added in v0.3.4

Key function returns key value.

func (CheckForContainerUpdatesRequestValidationError) Reason added in v0.3.4

Reason function returns reason value.

type CheckForContainerUpdatesResponse added in v0.3.4

type CheckForContainerUpdatesResponse struct {
	ImageVersions []*ImageVersion `` /* 173-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CheckForContainerUpdatesResponse) Descriptor deprecated added in v0.3.4

func (*CheckForContainerUpdatesResponse) Descriptor() ([]byte, []int)

Deprecated: Use CheckForContainerUpdatesResponse.ProtoReflect.Descriptor instead.

func (*CheckForContainerUpdatesResponse) GetImageVersions added in v0.3.4

func (x *CheckForContainerUpdatesResponse) GetImageVersions() []*ImageVersion

func (*CheckForContainerUpdatesResponse) ProtoMessage added in v0.3.4

func (*CheckForContainerUpdatesResponse) ProtoMessage()

func (*CheckForContainerUpdatesResponse) ProtoReflect added in v0.3.4

func (*CheckForContainerUpdatesResponse) Reset added in v0.3.4

func (*CheckForContainerUpdatesResponse) String added in v0.3.4

func (*CheckForContainerUpdatesResponse) Validate added in v0.3.4

Validate checks the field values on CheckForContainerUpdatesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CheckForContainerUpdatesResponse) ValidateAll added in v0.3.4

func (m *CheckForContainerUpdatesResponse) ValidateAll() error

ValidateAll checks the field values on CheckForContainerUpdatesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CheckForContainerUpdatesResponseMultiError, or nil if none found.

type CheckForContainerUpdatesResponseMultiError added in v0.3.4

type CheckForContainerUpdatesResponseMultiError []error

CheckForContainerUpdatesResponseMultiError is an error wrapping multiple validation errors returned by CheckForContainerUpdatesResponse.ValidateAll() if the designated constraints aren't met.

func (CheckForContainerUpdatesResponseMultiError) AllErrors added in v0.3.4

AllErrors returns a list of validation violation errors.

func (CheckForContainerUpdatesResponseMultiError) Error added in v0.3.4

Error returns a concatenation of all the error messages it wraps.

type CheckForContainerUpdatesResponseValidationError added in v0.3.4

type CheckForContainerUpdatesResponseValidationError struct {
	// contains filtered or unexported fields
}

CheckForContainerUpdatesResponseValidationError is the validation error returned by CheckForContainerUpdatesResponse.Validate if the designated constraints aren't met.

func (CheckForContainerUpdatesResponseValidationError) Cause added in v0.3.4

Cause function returns cause value.

func (CheckForContainerUpdatesResponseValidationError) Error added in v0.3.4

Error satisfies the builtin error interface

func (CheckForContainerUpdatesResponseValidationError) ErrorName added in v0.3.4

ErrorName returns error name.

func (CheckForContainerUpdatesResponseValidationError) Field added in v0.3.4

Field function returns field value.

func (CheckForContainerUpdatesResponseValidationError) Key added in v0.3.4

Key function returns key value.

func (CheckForContainerUpdatesResponseValidationError) Reason added in v0.3.4

Reason function returns reason value.

type CheckForSystemUpdatesRequest added in v0.3.2

type CheckForSystemUpdatesRequest struct {
	// contains filtered or unexported fields
}

func (*CheckForSystemUpdatesRequest) Descriptor deprecated added in v0.3.2

func (*CheckForSystemUpdatesRequest) Descriptor() ([]byte, []int)

Deprecated: Use CheckForSystemUpdatesRequest.ProtoReflect.Descriptor instead.

func (*CheckForSystemUpdatesRequest) ProtoMessage added in v0.3.2

func (*CheckForSystemUpdatesRequest) ProtoMessage()

func (*CheckForSystemUpdatesRequest) ProtoReflect added in v0.3.2

func (*CheckForSystemUpdatesRequest) Reset added in v0.3.2

func (x *CheckForSystemUpdatesRequest) Reset()

func (*CheckForSystemUpdatesRequest) String added in v0.3.2

func (*CheckForSystemUpdatesRequest) Validate added in v0.3.2

func (m *CheckForSystemUpdatesRequest) Validate() error

Validate checks the field values on CheckForSystemUpdatesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CheckForSystemUpdatesRequest) ValidateAll added in v0.3.2

func (m *CheckForSystemUpdatesRequest) ValidateAll() error

ValidateAll checks the field values on CheckForSystemUpdatesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CheckForSystemUpdatesRequestMultiError, or nil if none found.

type CheckForSystemUpdatesRequestMultiError added in v0.3.2

type CheckForSystemUpdatesRequestMultiError []error

CheckForSystemUpdatesRequestMultiError is an error wrapping multiple validation errors returned by CheckForSystemUpdatesRequest.ValidateAll() if the designated constraints aren't met.

func (CheckForSystemUpdatesRequestMultiError) AllErrors added in v0.3.2

AllErrors returns a list of validation violation errors.

func (CheckForSystemUpdatesRequestMultiError) Error added in v0.3.2

Error returns a concatenation of all the error messages it wraps.

type CheckForSystemUpdatesRequestValidationError added in v0.3.2

type CheckForSystemUpdatesRequestValidationError struct {
	// contains filtered or unexported fields
}

CheckForSystemUpdatesRequestValidationError is the validation error returned by CheckForSystemUpdatesRequest.Validate if the designated constraints aren't met.

func (CheckForSystemUpdatesRequestValidationError) Cause added in v0.3.2

Cause function returns cause value.

func (CheckForSystemUpdatesRequestValidationError) Error added in v0.3.2

Error satisfies the builtin error interface

func (CheckForSystemUpdatesRequestValidationError) ErrorName added in v0.3.2

ErrorName returns error name.

func (CheckForSystemUpdatesRequestValidationError) Field added in v0.3.2

Field function returns field value.

func (CheckForSystemUpdatesRequestValidationError) Key added in v0.3.2

Key function returns key value.

func (CheckForSystemUpdatesRequestValidationError) Reason added in v0.3.2

Reason function returns reason value.

type CheckForSystemUpdatesResponse added in v0.3.2

type CheckForSystemUpdatesResponse struct {
	DaemonVersions *DaemonVersions `` /* 180-byte string literal not displayed */
	// os_diff is the result of the `nvd diff` command
	OsDiff string `protobuf:"bytes,2,opt,name=os_diff,json=osDiff,proto3" json:"os_diff" bun:"os_diff" csv:"os_diff" pg:"os_diff" yaml:"osDiff"`
	// contains filtered or unexported fields
}

func (*CheckForSystemUpdatesResponse) Descriptor deprecated added in v0.3.2

func (*CheckForSystemUpdatesResponse) Descriptor() ([]byte, []int)

Deprecated: Use CheckForSystemUpdatesResponse.ProtoReflect.Descriptor instead.

func (*CheckForSystemUpdatesResponse) GetDaemonVersions added in v0.3.2

func (x *CheckForSystemUpdatesResponse) GetDaemonVersions() *DaemonVersions

func (*CheckForSystemUpdatesResponse) GetOsDiff added in v0.3.2

func (x *CheckForSystemUpdatesResponse) GetOsDiff() string

func (*CheckForSystemUpdatesResponse) ProtoMessage added in v0.3.2

func (*CheckForSystemUpdatesResponse) ProtoMessage()

func (*CheckForSystemUpdatesResponse) ProtoReflect added in v0.3.2

func (*CheckForSystemUpdatesResponse) Reset added in v0.3.2

func (x *CheckForSystemUpdatesResponse) Reset()

func (*CheckForSystemUpdatesResponse) String added in v0.3.2

func (*CheckForSystemUpdatesResponse) Validate added in v0.3.2

func (m *CheckForSystemUpdatesResponse) Validate() error

Validate checks the field values on CheckForSystemUpdatesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CheckForSystemUpdatesResponse) ValidateAll added in v0.3.2

func (m *CheckForSystemUpdatesResponse) ValidateAll() error

ValidateAll checks the field values on CheckForSystemUpdatesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CheckForSystemUpdatesResponseMultiError, or nil if none found.

type CheckForSystemUpdatesResponseMultiError added in v0.3.2

type CheckForSystemUpdatesResponseMultiError []error

CheckForSystemUpdatesResponseMultiError is an error wrapping multiple validation errors returned by CheckForSystemUpdatesResponse.ValidateAll() if the designated constraints aren't met.

func (CheckForSystemUpdatesResponseMultiError) AllErrors added in v0.3.2

AllErrors returns a list of validation violation errors.

func (CheckForSystemUpdatesResponseMultiError) Error added in v0.3.2

Error returns a concatenation of all the error messages it wraps.

type CheckForSystemUpdatesResponseValidationError added in v0.3.2

type CheckForSystemUpdatesResponseValidationError struct {
	// contains filtered or unexported fields
}

CheckForSystemUpdatesResponseValidationError is the validation error returned by CheckForSystemUpdatesResponse.Validate if the designated constraints aren't met.

func (CheckForSystemUpdatesResponseValidationError) Cause added in v0.3.2

Cause function returns cause value.

func (CheckForSystemUpdatesResponseValidationError) Error added in v0.3.2

Error satisfies the builtin error interface

func (CheckForSystemUpdatesResponseValidationError) ErrorName added in v0.3.2

ErrorName returns error name.

func (CheckForSystemUpdatesResponseValidationError) Field added in v0.3.2

Field function returns field value.

func (CheckForSystemUpdatesResponseValidationError) Key added in v0.3.2

Key function returns key value.

func (CheckForSystemUpdatesResponseValidationError) Reason added in v0.3.2

Reason function returns reason value.

type ClientRegistrationDetails added in v0.7.0

type ClientRegistrationDetails struct {
	ServerAddress  string `` /* 173-byte string literal not displayed */
	LocatorAddress string `` /* 180-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ClientRegistrationDetails) Descriptor deprecated added in v0.7.0

func (*ClientRegistrationDetails) Descriptor() ([]byte, []int)

Deprecated: Use ClientRegistrationDetails.ProtoReflect.Descriptor instead.

func (*ClientRegistrationDetails) GetLocatorAddress added in v0.7.0

func (x *ClientRegistrationDetails) GetLocatorAddress() string

func (*ClientRegistrationDetails) GetServerAddress added in v0.7.0

func (x *ClientRegistrationDetails) GetServerAddress() string

func (*ClientRegistrationDetails) ProtoMessage added in v0.7.0

func (*ClientRegistrationDetails) ProtoMessage()

func (*ClientRegistrationDetails) ProtoReflect added in v0.7.0

func (*ClientRegistrationDetails) Reset added in v0.7.0

func (x *ClientRegistrationDetails) Reset()

func (*ClientRegistrationDetails) String added in v0.7.0

func (x *ClientRegistrationDetails) String() string

func (*ClientRegistrationDetails) Validate added in v0.7.0

func (m *ClientRegistrationDetails) Validate() error

Validate checks the field values on ClientRegistrationDetails with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ClientRegistrationDetails) ValidateAll added in v0.7.0

func (m *ClientRegistrationDetails) ValidateAll() error

ValidateAll checks the field values on ClientRegistrationDetails with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ClientRegistrationDetailsMultiError, or nil if none found.

type ClientRegistrationDetailsMultiError added in v0.7.0

type ClientRegistrationDetailsMultiError []error

ClientRegistrationDetailsMultiError is an error wrapping multiple validation errors returned by ClientRegistrationDetails.ValidateAll() if the designated constraints aren't met.

func (ClientRegistrationDetailsMultiError) AllErrors added in v0.7.0

AllErrors returns a list of validation violation errors.

func (ClientRegistrationDetailsMultiError) Error added in v0.7.0

Error returns a concatenation of all the error messages it wraps.

type ClientRegistrationDetailsValidationError added in v0.7.0

type ClientRegistrationDetailsValidationError struct {
	// contains filtered or unexported fields
}

ClientRegistrationDetailsValidationError is the validation error returned by ClientRegistrationDetails.Validate if the designated constraints aren't met.

func (ClientRegistrationDetailsValidationError) Cause added in v0.7.0

Cause function returns cause value.

func (ClientRegistrationDetailsValidationError) Error added in v0.7.0

Error satisfies the builtin error interface

func (ClientRegistrationDetailsValidationError) ErrorName added in v0.7.0

ErrorName returns error name.

func (ClientRegistrationDetailsValidationError) Field added in v0.7.0

Field function returns field value.

func (ClientRegistrationDetailsValidationError) Key added in v0.7.0

Key function returns key value.

func (ClientRegistrationDetailsValidationError) Reason added in v0.7.0

Reason function returns reason value.

type DaemonVersion added in v0.4.6

type DaemonVersion struct {
	Version    string `protobuf:"bytes,1,opt,name=version,proto3" json:"version" bun:"version" csv:"version" pg:"version" yaml:"version"`
	VendorHash string `` /* 152-byte string literal not displayed */
	SrcHash    string `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DaemonVersion) Descriptor deprecated added in v0.4.6

func (*DaemonVersion) Descriptor() ([]byte, []int)

Deprecated: Use DaemonVersion.ProtoReflect.Descriptor instead.

func (*DaemonVersion) GetSrcHash added in v0.4.6

func (x *DaemonVersion) GetSrcHash() string

func (*DaemonVersion) GetVendorHash added in v0.4.6

func (x *DaemonVersion) GetVendorHash() string

func (*DaemonVersion) GetVersion added in v0.4.6

func (x *DaemonVersion) GetVersion() string

func (*DaemonVersion) ProtoMessage added in v0.4.6

func (*DaemonVersion) ProtoMessage()

func (*DaemonVersion) ProtoReflect added in v0.4.6

func (x *DaemonVersion) ProtoReflect() protoreflect.Message

func (*DaemonVersion) Reset added in v0.4.6

func (x *DaemonVersion) Reset()

func (*DaemonVersion) String added in v0.4.6

func (x *DaemonVersion) String() string

func (*DaemonVersion) Validate added in v0.4.6

func (m *DaemonVersion) Validate() error

Validate checks the field values on DaemonVersion with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DaemonVersion) ValidateAll added in v0.4.6

func (m *DaemonVersion) ValidateAll() error

ValidateAll checks the field values on DaemonVersion with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DaemonVersionMultiError, or nil if none found.

type DaemonVersionMultiError added in v0.4.6

type DaemonVersionMultiError []error

DaemonVersionMultiError is an error wrapping multiple validation errors returned by DaemonVersion.ValidateAll() if the designated constraints aren't met.

func (DaemonVersionMultiError) AllErrors added in v0.4.6

func (m DaemonVersionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DaemonVersionMultiError) Error added in v0.4.6

func (m DaemonVersionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DaemonVersionValidationError added in v0.4.6

type DaemonVersionValidationError struct {
	// contains filtered or unexported fields
}

DaemonVersionValidationError is the validation error returned by DaemonVersion.Validate if the designated constraints aren't met.

func (DaemonVersionValidationError) Cause added in v0.4.6

Cause function returns cause value.

func (DaemonVersionValidationError) Error added in v0.4.6

Error satisfies the builtin error interface

func (DaemonVersionValidationError) ErrorName added in v0.4.6

func (e DaemonVersionValidationError) ErrorName() string

ErrorName returns error name.

func (DaemonVersionValidationError) Field added in v0.4.6

Field function returns field value.

func (DaemonVersionValidationError) Key added in v0.4.6

Key function returns key value.

func (DaemonVersionValidationError) Reason added in v0.4.6

Reason function returns reason value.

type DaemonVersions added in v0.3.2

type DaemonVersions struct {
	Current *DaemonVersion `protobuf:"bytes,1,opt,name=current,proto3" json:"current" bun:"current" csv:"current" pg:"current" yaml:"current"`
	Latest  *DaemonVersion `protobuf:"bytes,2,opt,name=latest,proto3" json:"latest" bun:"latest" csv:"latest" pg:"latest" yaml:"latest"`
	// contains filtered or unexported fields
}

func (*DaemonVersions) Descriptor deprecated added in v0.3.2

func (*DaemonVersions) Descriptor() ([]byte, []int)

Deprecated: Use DaemonVersions.ProtoReflect.Descriptor instead.

func (*DaemonVersions) GetCurrent added in v0.3.2

func (x *DaemonVersions) GetCurrent() *DaemonVersion

func (*DaemonVersions) GetLatest added in v0.3.2

func (x *DaemonVersions) GetLatest() *DaemonVersion

func (*DaemonVersions) ProtoMessage added in v0.3.2

func (*DaemonVersions) ProtoMessage()

func (*DaemonVersions) ProtoReflect added in v0.3.2

func (x *DaemonVersions) ProtoReflect() protoreflect.Message

func (*DaemonVersions) Reset added in v0.3.2

func (x *DaemonVersions) Reset()

func (*DaemonVersions) String added in v0.3.2

func (x *DaemonVersions) String() string

func (*DaemonVersions) Validate added in v0.3.2

func (m *DaemonVersions) Validate() error

Validate checks the field values on DaemonVersions with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DaemonVersions) ValidateAll added in v0.3.2

func (m *DaemonVersions) ValidateAll() error

ValidateAll checks the field values on DaemonVersions with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DaemonVersionsMultiError, or nil if none found.

type DaemonVersionsMultiError added in v0.3.2

type DaemonVersionsMultiError []error

DaemonVersionsMultiError is an error wrapping multiple validation errors returned by DaemonVersions.ValidateAll() if the designated constraints aren't met.

func (DaemonVersionsMultiError) AllErrors added in v0.3.2

func (m DaemonVersionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DaemonVersionsMultiError) Error added in v0.3.2

func (m DaemonVersionsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DaemonVersionsValidationError added in v0.3.2

type DaemonVersionsValidationError struct {
	// contains filtered or unexported fields
}

DaemonVersionsValidationError is the validation error returned by DaemonVersions.Validate if the designated constraints aren't met.

func (DaemonVersionsValidationError) Cause added in v0.3.2

Cause function returns cause value.

func (DaemonVersionsValidationError) Error added in v0.3.2

Error satisfies the builtin error interface

func (DaemonVersionsValidationError) ErrorName added in v0.3.2

func (e DaemonVersionsValidationError) ErrorName() string

ErrorName returns error name.

func (DaemonVersionsValidationError) Field added in v0.3.2

Field function returns field value.

func (DaemonVersionsValidationError) Key added in v0.3.2

Key function returns key value.

func (DaemonVersionsValidationError) Reason added in v0.3.2

Reason function returns reason value.

type DeleteAppRequest added in v0.3.0

type DeleteAppRequest struct {
	Release string `protobuf:"bytes,1,opt,name=release,proto3" json:"release" bun:"release" csv:"release" pg:"release" yaml:"release"`
	// contains filtered or unexported fields
}

func (*DeleteAppRequest) Descriptor deprecated added in v0.3.0

func (*DeleteAppRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAppRequest.ProtoReflect.Descriptor instead.

func (*DeleteAppRequest) GetRelease added in v0.3.0

func (x *DeleteAppRequest) GetRelease() string

func (*DeleteAppRequest) ProtoMessage added in v0.3.0

func (*DeleteAppRequest) ProtoMessage()

func (*DeleteAppRequest) ProtoReflect added in v0.3.0

func (x *DeleteAppRequest) ProtoReflect() protoreflect.Message

func (*DeleteAppRequest) Reset added in v0.3.0

func (x *DeleteAppRequest) Reset()

func (*DeleteAppRequest) String added in v0.3.0

func (x *DeleteAppRequest) String() string

func (*DeleteAppRequest) Validate added in v0.3.0

func (m *DeleteAppRequest) Validate() error

Validate checks the field values on DeleteAppRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteAppRequest) ValidateAll added in v0.3.0

func (m *DeleteAppRequest) ValidateAll() error

ValidateAll checks the field values on DeleteAppRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteAppRequestMultiError, or nil if none found.

type DeleteAppRequestMultiError added in v0.3.0

type DeleteAppRequestMultiError []error

DeleteAppRequestMultiError is an error wrapping multiple validation errors returned by DeleteAppRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteAppRequestMultiError) AllErrors added in v0.3.0

func (m DeleteAppRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteAppRequestMultiError) Error added in v0.3.0

Error returns a concatenation of all the error messages it wraps.

type DeleteAppRequestValidationError added in v0.3.0

type DeleteAppRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteAppRequestValidationError is the validation error returned by DeleteAppRequest.Validate if the designated constraints aren't met.

func (DeleteAppRequestValidationError) Cause added in v0.3.0

Cause function returns cause value.

func (DeleteAppRequestValidationError) Error added in v0.3.0

Error satisfies the builtin error interface

func (DeleteAppRequestValidationError) ErrorName added in v0.3.0

ErrorName returns error name.

func (DeleteAppRequestValidationError) Field added in v0.3.0

Field function returns field value.

func (DeleteAppRequestValidationError) Key added in v0.3.0

Key function returns key value.

func (DeleteAppRequestValidationError) Reason added in v0.3.0

Reason function returns reason value.

type DeleteAppResponse added in v0.3.0

type DeleteAppResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteAppResponse) Descriptor deprecated added in v0.3.0

func (*DeleteAppResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAppResponse.ProtoReflect.Descriptor instead.

func (*DeleteAppResponse) ProtoMessage added in v0.3.0

func (*DeleteAppResponse) ProtoMessage()

func (*DeleteAppResponse) ProtoReflect added in v0.3.0

func (x *DeleteAppResponse) ProtoReflect() protoreflect.Message

func (*DeleteAppResponse) Reset added in v0.3.0

func (x *DeleteAppResponse) Reset()

func (*DeleteAppResponse) String added in v0.3.0

func (x *DeleteAppResponse) String() string

func (*DeleteAppResponse) Validate added in v0.3.0

func (m *DeleteAppResponse) Validate() error

Validate checks the field values on DeleteAppResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteAppResponse) ValidateAll added in v0.3.0

func (m *DeleteAppResponse) ValidateAll() error

ValidateAll checks the field values on DeleteAppResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteAppResponseMultiError, or nil if none found.

type DeleteAppResponseMultiError added in v0.3.0

type DeleteAppResponseMultiError []error

DeleteAppResponseMultiError is an error wrapping multiple validation errors returned by DeleteAppResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteAppResponseMultiError) AllErrors added in v0.3.0

func (m DeleteAppResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteAppResponseMultiError) Error added in v0.3.0

Error returns a concatenation of all the error messages it wraps.

type DeleteAppResponseValidationError added in v0.3.0

type DeleteAppResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteAppResponseValidationError is the validation error returned by DeleteAppResponse.Validate if the designated constraints aren't met.

func (DeleteAppResponseValidationError) Cause added in v0.3.0

Cause function returns cause value.

func (DeleteAppResponseValidationError) Error added in v0.3.0

Error satisfies the builtin error interface

func (DeleteAppResponseValidationError) ErrorName added in v0.3.0

ErrorName returns error name.

func (DeleteAppResponseValidationError) Field added in v0.3.0

Field function returns field value.

func (DeleteAppResponseValidationError) Key added in v0.3.0

Key function returns key value.

func (DeleteAppResponseValidationError) Reason added in v0.3.0

Reason function returns reason value.

type DeregisterFromLocatorRequest added in v0.4.23

type DeregisterFromLocatorRequest struct {
	LocatorAddress string `` /* 180-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeregisterFromLocatorRequest) Descriptor deprecated added in v0.4.23

func (*DeregisterFromLocatorRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeregisterFromLocatorRequest.ProtoReflect.Descriptor instead.

func (*DeregisterFromLocatorRequest) GetLocatorAddress added in v0.4.23

func (x *DeregisterFromLocatorRequest) GetLocatorAddress() string

func (*DeregisterFromLocatorRequest) ProtoMessage added in v0.4.23

func (*DeregisterFromLocatorRequest) ProtoMessage()

func (*DeregisterFromLocatorRequest) ProtoReflect added in v0.4.23

func (*DeregisterFromLocatorRequest) Reset added in v0.4.23

func (x *DeregisterFromLocatorRequest) Reset()

func (*DeregisterFromLocatorRequest) String added in v0.4.23

func (*DeregisterFromLocatorRequest) Validate added in v0.4.23

func (m *DeregisterFromLocatorRequest) Validate() error

Validate checks the field values on DeregisterFromLocatorRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeregisterFromLocatorRequest) ValidateAll added in v0.4.23

func (m *DeregisterFromLocatorRequest) ValidateAll() error

ValidateAll checks the field values on DeregisterFromLocatorRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeregisterFromLocatorRequestMultiError, or nil if none found.

type DeregisterFromLocatorRequestMultiError added in v0.4.23

type DeregisterFromLocatorRequestMultiError []error

DeregisterFromLocatorRequestMultiError is an error wrapping multiple validation errors returned by DeregisterFromLocatorRequest.ValidateAll() if the designated constraints aren't met.

func (DeregisterFromLocatorRequestMultiError) AllErrors added in v0.4.23

AllErrors returns a list of validation violation errors.

func (DeregisterFromLocatorRequestMultiError) Error added in v0.4.23

Error returns a concatenation of all the error messages it wraps.

type DeregisterFromLocatorRequestValidationError added in v0.4.23

type DeregisterFromLocatorRequestValidationError struct {
	// contains filtered or unexported fields
}

DeregisterFromLocatorRequestValidationError is the validation error returned by DeregisterFromLocatorRequest.Validate if the designated constraints aren't met.

func (DeregisterFromLocatorRequestValidationError) Cause added in v0.4.23

Cause function returns cause value.

func (DeregisterFromLocatorRequestValidationError) Error added in v0.4.23

Error satisfies the builtin error interface

func (DeregisterFromLocatorRequestValidationError) ErrorName added in v0.4.23

ErrorName returns error name.

func (DeregisterFromLocatorRequestValidationError) Field added in v0.4.23

Field function returns field value.

func (DeregisterFromLocatorRequestValidationError) Key added in v0.4.23

Key function returns key value.

func (DeregisterFromLocatorRequestValidationError) Reason added in v0.4.23

Reason function returns reason value.

type DeregisterFromLocatorResponse added in v0.4.23

type DeregisterFromLocatorResponse struct {
	LocatorAddress string `` /* 180-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeregisterFromLocatorResponse) Descriptor deprecated added in v0.4.23

func (*DeregisterFromLocatorResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeregisterFromLocatorResponse.ProtoReflect.Descriptor instead.

func (*DeregisterFromLocatorResponse) GetLocatorAddress added in v0.4.24

func (x *DeregisterFromLocatorResponse) GetLocatorAddress() string

func (*DeregisterFromLocatorResponse) ProtoMessage added in v0.4.23

func (*DeregisterFromLocatorResponse) ProtoMessage()

func (*DeregisterFromLocatorResponse) ProtoReflect added in v0.4.23

func (*DeregisterFromLocatorResponse) Reset added in v0.4.23

func (x *DeregisterFromLocatorResponse) Reset()

func (*DeregisterFromLocatorResponse) String added in v0.4.23

func (*DeregisterFromLocatorResponse) Validate added in v0.4.23

func (m *DeregisterFromLocatorResponse) Validate() error

Validate checks the field values on DeregisterFromLocatorResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeregisterFromLocatorResponse) ValidateAll added in v0.4.23

func (m *DeregisterFromLocatorResponse) ValidateAll() error

ValidateAll checks the field values on DeregisterFromLocatorResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeregisterFromLocatorResponseMultiError, or nil if none found.

type DeregisterFromLocatorResponseMultiError added in v0.4.23

type DeregisterFromLocatorResponseMultiError []error

DeregisterFromLocatorResponseMultiError is an error wrapping multiple validation errors returned by DeregisterFromLocatorResponse.ValidateAll() if the designated constraints aren't met.

func (DeregisterFromLocatorResponseMultiError) AllErrors added in v0.4.23

AllErrors returns a list of validation violation errors.

func (DeregisterFromLocatorResponseMultiError) Error added in v0.4.23

Error returns a concatenation of all the error messages it wraps.

type DeregisterFromLocatorResponseValidationError added in v0.4.23

type DeregisterFromLocatorResponseValidationError struct {
	// contains filtered or unexported fields
}

DeregisterFromLocatorResponseValidationError is the validation error returned by DeregisterFromLocatorResponse.Validate if the designated constraints aren't met.

func (DeregisterFromLocatorResponseValidationError) Cause added in v0.4.23

Cause function returns cause value.

func (DeregisterFromLocatorResponseValidationError) Error added in v0.4.23

Error satisfies the builtin error interface

func (DeregisterFromLocatorResponseValidationError) ErrorName added in v0.4.23

ErrorName returns error name.

func (DeregisterFromLocatorResponseValidationError) Field added in v0.4.23

Field function returns field value.

func (DeregisterFromLocatorResponseValidationError) Key added in v0.4.23

Key function returns key value.

func (DeregisterFromLocatorResponseValidationError) Reason added in v0.4.23

Reason function returns reason value.

type DeviceSettings added in v0.4.0

type DeviceSettings struct {
	AdminUser       *User            `` /* 145-byte string literal not displayed */
	Timezone        string           `protobuf:"bytes,2,opt,name=timezone,proto3" json:"timezone" bun:"timezone" csv:"timezone" pg:"timezone" yaml:"timezone"`
	AutoUpdateApps  bool             `` /* 186-byte string literal not displayed */
	AutoUpdateOs    bool             `` /* 172-byte string literal not displayed */
	EnableSsh       bool             `` /* 146-byte string literal not displayed */
	TrustedSshKeys  []string         `` /* 185-byte string literal not displayed */
	LocatorSettings *LocatorSettings `` /* 187-byte string literal not displayed */
	// contains filtered or unexported fields
}

User settings for the device

func (*DeviceSettings) Descriptor deprecated added in v0.4.0

func (*DeviceSettings) Descriptor() ([]byte, []int)

Deprecated: Use DeviceSettings.ProtoReflect.Descriptor instead.

func (*DeviceSettings) GetAdminUser added in v0.4.0

func (x *DeviceSettings) GetAdminUser() *User

func (*DeviceSettings) GetAutoUpdateApps added in v0.4.0

func (x *DeviceSettings) GetAutoUpdateApps() bool

func (*DeviceSettings) GetAutoUpdateOs added in v0.4.0

func (x *DeviceSettings) GetAutoUpdateOs() bool

func (*DeviceSettings) GetEnableSsh added in v0.4.20

func (x *DeviceSettings) GetEnableSsh() bool

func (*DeviceSettings) GetLocatorSettings added in v0.4.22

func (x *DeviceSettings) GetLocatorSettings() *LocatorSettings

func (*DeviceSettings) GetTimezone added in v0.4.0

func (x *DeviceSettings) GetTimezone() string

func (*DeviceSettings) GetTrustedSshKeys added in v0.4.20

func (x *DeviceSettings) GetTrustedSshKeys() []string

func (*DeviceSettings) ProtoMessage added in v0.4.0

func (*DeviceSettings) ProtoMessage()

func (*DeviceSettings) ProtoReflect added in v0.4.0

func (x *DeviceSettings) ProtoReflect() protoreflect.Message

func (*DeviceSettings) Reset added in v0.4.0

func (x *DeviceSettings) Reset()

func (*DeviceSettings) String added in v0.4.0

func (x *DeviceSettings) String() string

func (*DeviceSettings) Validate added in v0.4.0

func (m *DeviceSettings) Validate() error

Validate checks the field values on DeviceSettings with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeviceSettings) ValidateAll added in v0.4.0

func (m *DeviceSettings) ValidateAll() error

ValidateAll checks the field values on DeviceSettings with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeviceSettingsMultiError, or nil if none found.

type DeviceSettingsMultiError added in v0.4.0

type DeviceSettingsMultiError []error

DeviceSettingsMultiError is an error wrapping multiple validation errors returned by DeviceSettings.ValidateAll() if the designated constraints aren't met.

func (DeviceSettingsMultiError) AllErrors added in v0.4.0

func (m DeviceSettingsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeviceSettingsMultiError) Error added in v0.4.0

func (m DeviceSettingsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DeviceSettingsValidationError added in v0.4.0

type DeviceSettingsValidationError struct {
	// contains filtered or unexported fields
}

DeviceSettingsValidationError is the validation error returned by DeviceSettings.Validate if the designated constraints aren't met.

func (DeviceSettingsValidationError) Cause added in v0.4.0

Cause function returns cause value.

func (DeviceSettingsValidationError) Error added in v0.4.0

Error satisfies the builtin error interface

func (DeviceSettingsValidationError) ErrorName added in v0.4.0

func (e DeviceSettingsValidationError) ErrorName() string

ErrorName returns error name.

func (DeviceSettingsValidationError) Field added in v0.4.0

Field function returns field value.

func (DeviceSettingsValidationError) Key added in v0.4.0

Key function returns key value.

func (DeviceSettingsValidationError) Reason added in v0.4.0

Reason function returns reason value.

type DisableSecureTunnellingRequest added in v0.4.22

type DisableSecureTunnellingRequest struct {
	// contains filtered or unexported fields
}

func (*DisableSecureTunnellingRequest) Descriptor deprecated added in v0.4.22

func (*DisableSecureTunnellingRequest) Descriptor() ([]byte, []int)

Deprecated: Use DisableSecureTunnellingRequest.ProtoReflect.Descriptor instead.

func (*DisableSecureTunnellingRequest) ProtoMessage added in v0.4.22

func (*DisableSecureTunnellingRequest) ProtoMessage()

func (*DisableSecureTunnellingRequest) ProtoReflect added in v0.4.22

func (*DisableSecureTunnellingRequest) Reset added in v0.4.22

func (x *DisableSecureTunnellingRequest) Reset()

func (*DisableSecureTunnellingRequest) String added in v0.4.22

func (*DisableSecureTunnellingRequest) Validate added in v0.4.22

func (m *DisableSecureTunnellingRequest) Validate() error

Validate checks the field values on DisableSecureTunnellingRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DisableSecureTunnellingRequest) ValidateAll added in v0.4.22

func (m *DisableSecureTunnellingRequest) ValidateAll() error

ValidateAll checks the field values on DisableSecureTunnellingRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DisableSecureTunnellingRequestMultiError, or nil if none found.

type DisableSecureTunnellingRequestMultiError added in v0.4.22

type DisableSecureTunnellingRequestMultiError []error

DisableSecureTunnellingRequestMultiError is an error wrapping multiple validation errors returned by DisableSecureTunnellingRequest.ValidateAll() if the designated constraints aren't met.

func (DisableSecureTunnellingRequestMultiError) AllErrors added in v0.4.22

AllErrors returns a list of validation violation errors.

func (DisableSecureTunnellingRequestMultiError) Error added in v0.4.22

Error returns a concatenation of all the error messages it wraps.

type DisableSecureTunnellingRequestValidationError added in v0.4.22

type DisableSecureTunnellingRequestValidationError struct {
	// contains filtered or unexported fields
}

DisableSecureTunnellingRequestValidationError is the validation error returned by DisableSecureTunnellingRequest.Validate if the designated constraints aren't met.

func (DisableSecureTunnellingRequestValidationError) Cause added in v0.4.22

Cause function returns cause value.

func (DisableSecureTunnellingRequestValidationError) Error added in v0.4.22

Error satisfies the builtin error interface

func (DisableSecureTunnellingRequestValidationError) ErrorName added in v0.4.22

ErrorName returns error name.

func (DisableSecureTunnellingRequestValidationError) Field added in v0.4.22

Field function returns field value.

func (DisableSecureTunnellingRequestValidationError) Key added in v0.4.22

Key function returns key value.

func (DisableSecureTunnellingRequestValidationError) Reason added in v0.4.22

Reason function returns reason value.

type DisableSecureTunnellingResponse added in v0.4.22

type DisableSecureTunnellingResponse struct {
	// contains filtered or unexported fields
}

func (*DisableSecureTunnellingResponse) Descriptor deprecated added in v0.4.22

func (*DisableSecureTunnellingResponse) Descriptor() ([]byte, []int)

Deprecated: Use DisableSecureTunnellingResponse.ProtoReflect.Descriptor instead.

func (*DisableSecureTunnellingResponse) ProtoMessage added in v0.4.22

func (*DisableSecureTunnellingResponse) ProtoMessage()

func (*DisableSecureTunnellingResponse) ProtoReflect added in v0.4.22

func (*DisableSecureTunnellingResponse) Reset added in v0.4.22

func (*DisableSecureTunnellingResponse) String added in v0.4.22

func (*DisableSecureTunnellingResponse) Validate added in v0.4.22

func (m *DisableSecureTunnellingResponse) Validate() error

Validate checks the field values on DisableSecureTunnellingResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DisableSecureTunnellingResponse) ValidateAll added in v0.4.22

func (m *DisableSecureTunnellingResponse) ValidateAll() error

ValidateAll checks the field values on DisableSecureTunnellingResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DisableSecureTunnellingResponseMultiError, or nil if none found.

type DisableSecureTunnellingResponseMultiError added in v0.4.22

type DisableSecureTunnellingResponseMultiError []error

DisableSecureTunnellingResponseMultiError is an error wrapping multiple validation errors returned by DisableSecureTunnellingResponse.ValidateAll() if the designated constraints aren't met.

func (DisableSecureTunnellingResponseMultiError) AllErrors added in v0.4.22

AllErrors returns a list of validation violation errors.

func (DisableSecureTunnellingResponseMultiError) Error added in v0.4.22

Error returns a concatenation of all the error messages it wraps.

type DisableSecureTunnellingResponseValidationError added in v0.4.22

type DisableSecureTunnellingResponseValidationError struct {
	// contains filtered or unexported fields
}

DisableSecureTunnellingResponseValidationError is the validation error returned by DisableSecureTunnellingResponse.Validate if the designated constraints aren't met.

func (DisableSecureTunnellingResponseValidationError) Cause added in v0.4.22

Cause function returns cause value.

func (DisableSecureTunnellingResponseValidationError) Error added in v0.4.22

Error satisfies the builtin error interface

func (DisableSecureTunnellingResponseValidationError) ErrorName added in v0.4.22

ErrorName returns error name.

func (DisableSecureTunnellingResponseValidationError) Field added in v0.4.22

Field function returns field value.

func (DisableSecureTunnellingResponseValidationError) Key added in v0.4.22

Key function returns key value.

func (DisableSecureTunnellingResponseValidationError) Reason added in v0.4.22

Reason function returns reason value.

type EnableSecureTunnellingRequest added in v0.4.22

type EnableSecureTunnellingRequest struct {
	// contains filtered or unexported fields
}

func (*EnableSecureTunnellingRequest) Descriptor deprecated added in v0.4.22

func (*EnableSecureTunnellingRequest) Descriptor() ([]byte, []int)

Deprecated: Use EnableSecureTunnellingRequest.ProtoReflect.Descriptor instead.

func (*EnableSecureTunnellingRequest) ProtoMessage added in v0.4.22

func (*EnableSecureTunnellingRequest) ProtoMessage()

func (*EnableSecureTunnellingRequest) ProtoReflect added in v0.4.22

func (*EnableSecureTunnellingRequest) Reset added in v0.4.22

func (x *EnableSecureTunnellingRequest) Reset()

func (*EnableSecureTunnellingRequest) String added in v0.4.22

func (*EnableSecureTunnellingRequest) Validate added in v0.4.22

func (m *EnableSecureTunnellingRequest) Validate() error

Validate checks the field values on EnableSecureTunnellingRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnableSecureTunnellingRequest) ValidateAll added in v0.4.22

func (m *EnableSecureTunnellingRequest) ValidateAll() error

ValidateAll checks the field values on EnableSecureTunnellingRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnableSecureTunnellingRequestMultiError, or nil if none found.

type EnableSecureTunnellingRequestMultiError added in v0.4.22

type EnableSecureTunnellingRequestMultiError []error

EnableSecureTunnellingRequestMultiError is an error wrapping multiple validation errors returned by EnableSecureTunnellingRequest.ValidateAll() if the designated constraints aren't met.

func (EnableSecureTunnellingRequestMultiError) AllErrors added in v0.4.22

AllErrors returns a list of validation violation errors.

func (EnableSecureTunnellingRequestMultiError) Error added in v0.4.22

Error returns a concatenation of all the error messages it wraps.

type EnableSecureTunnellingRequestValidationError added in v0.4.22

type EnableSecureTunnellingRequestValidationError struct {
	// contains filtered or unexported fields
}

EnableSecureTunnellingRequestValidationError is the validation error returned by EnableSecureTunnellingRequest.Validate if the designated constraints aren't met.

func (EnableSecureTunnellingRequestValidationError) Cause added in v0.4.22

Cause function returns cause value.

func (EnableSecureTunnellingRequestValidationError) Error added in v0.4.22

Error satisfies the builtin error interface

func (EnableSecureTunnellingRequestValidationError) ErrorName added in v0.4.22

ErrorName returns error name.

func (EnableSecureTunnellingRequestValidationError) Field added in v0.4.22

Field function returns field value.

func (EnableSecureTunnellingRequestValidationError) Key added in v0.4.22

Key function returns key value.

func (EnableSecureTunnellingRequestValidationError) Reason added in v0.4.22

Reason function returns reason value.

type EnableSecureTunnellingResponse added in v0.4.22

type EnableSecureTunnellingResponse struct {
	// contains filtered or unexported fields
}

func (*EnableSecureTunnellingResponse) Descriptor deprecated added in v0.4.22

func (*EnableSecureTunnellingResponse) Descriptor() ([]byte, []int)

Deprecated: Use EnableSecureTunnellingResponse.ProtoReflect.Descriptor instead.

func (*EnableSecureTunnellingResponse) ProtoMessage added in v0.4.22

func (*EnableSecureTunnellingResponse) ProtoMessage()

func (*EnableSecureTunnellingResponse) ProtoReflect added in v0.4.22

func (*EnableSecureTunnellingResponse) Reset added in v0.4.22

func (x *EnableSecureTunnellingResponse) Reset()

func (*EnableSecureTunnellingResponse) String added in v0.4.22

func (*EnableSecureTunnellingResponse) Validate added in v0.4.22

func (m *EnableSecureTunnellingResponse) Validate() error

Validate checks the field values on EnableSecureTunnellingResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnableSecureTunnellingResponse) ValidateAll added in v0.4.22

func (m *EnableSecureTunnellingResponse) ValidateAll() error

ValidateAll checks the field values on EnableSecureTunnellingResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnableSecureTunnellingResponseMultiError, or nil if none found.

type EnableSecureTunnellingResponseMultiError added in v0.4.22

type EnableSecureTunnellingResponseMultiError []error

EnableSecureTunnellingResponseMultiError is an error wrapping multiple validation errors returned by EnableSecureTunnellingResponse.ValidateAll() if the designated constraints aren't met.

func (EnableSecureTunnellingResponseMultiError) AllErrors added in v0.4.22

AllErrors returns a list of validation violation errors.

func (EnableSecureTunnellingResponseMultiError) Error added in v0.4.22

Error returns a concatenation of all the error messages it wraps.

type EnableSecureTunnellingResponseValidationError added in v0.4.22

type EnableSecureTunnellingResponseValidationError struct {
	// contains filtered or unexported fields
}

EnableSecureTunnellingResponseValidationError is the validation error returned by EnableSecureTunnellingResponse.Validate if the designated constraints aren't met.

func (EnableSecureTunnellingResponseValidationError) Cause added in v0.4.22

Cause function returns cause value.

func (EnableSecureTunnellingResponseValidationError) Error added in v0.4.22

Error satisfies the builtin error interface

func (EnableSecureTunnellingResponseValidationError) ErrorName added in v0.4.22

ErrorName returns error name.

func (EnableSecureTunnellingResponseValidationError) Field added in v0.4.22

Field function returns field value.

func (EnableSecureTunnellingResponseValidationError) Key added in v0.4.22

Key function returns key value.

func (EnableSecureTunnellingResponseValidationError) Reason added in v0.4.22

Reason function returns reason value.

type Entries added in v0.4.0

type Entries struct {
	Apps []*App `protobuf:"bytes,1,rep,name=apps,proto3" json:"apps" bun:"apps" csv:"apps" pg:"apps" yaml:"apps"`
	// contains filtered or unexported fields
}

func (*Entries) Descriptor deprecated added in v0.4.0

func (*Entries) Descriptor() ([]byte, []int)

Deprecated: Use Entries.ProtoReflect.Descriptor instead.

func (*Entries) GetApps added in v0.4.0

func (x *Entries) GetApps() []*App

func (*Entries) ProtoMessage added in v0.4.0

func (*Entries) ProtoMessage()

func (*Entries) ProtoReflect added in v0.4.0

func (x *Entries) ProtoReflect() protoreflect.Message

func (*Entries) Reset added in v0.4.0

func (x *Entries) Reset()

func (*Entries) String added in v0.4.0

func (x *Entries) String() string

func (*Entries) Validate added in v0.4.0

func (m *Entries) Validate() error

Validate checks the field values on Entries with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Entries) ValidateAll added in v0.4.0

func (m *Entries) ValidateAll() error

ValidateAll checks the field values on Entries with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EntriesMultiError, or nil if none found.

type EntriesMultiError added in v0.4.0

type EntriesMultiError []error

EntriesMultiError is an error wrapping multiple validation errors returned by Entries.ValidateAll() if the designated constraints aren't met.

func (EntriesMultiError) AllErrors added in v0.4.0

func (m EntriesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EntriesMultiError) Error added in v0.4.0

func (m EntriesMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type EntriesValidationError added in v0.4.0

type EntriesValidationError struct {
	// contains filtered or unexported fields
}

EntriesValidationError is the validation error returned by Entries.Validate if the designated constraints aren't met.

func (EntriesValidationError) Cause added in v0.4.0

func (e EntriesValidationError) Cause() error

Cause function returns cause value.

func (EntriesValidationError) Error added in v0.4.0

func (e EntriesValidationError) Error() string

Error satisfies the builtin error interface

func (EntriesValidationError) ErrorName added in v0.4.0

func (e EntriesValidationError) ErrorName() string

ErrorName returns error name.

func (EntriesValidationError) Field added in v0.4.0

func (e EntriesValidationError) Field() string

Field function returns field value.

func (EntriesValidationError) Key added in v0.4.0

func (e EntriesValidationError) Key() bool

Key function returns key value.

func (EntriesValidationError) Reason added in v0.4.0

func (e EntriesValidationError) Reason() string

Reason function returns reason value.

type ErrorEvent added in v0.4.10

type ErrorEvent struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error" bun:"error" csv:"error" pg:"error" yaml:"error"`
	// contains filtered or unexported fields
}

func (*ErrorEvent) Descriptor deprecated added in v0.4.10

func (*ErrorEvent) Descriptor() ([]byte, []int)

Deprecated: Use ErrorEvent.ProtoReflect.Descriptor instead.

func (*ErrorEvent) GetError added in v0.4.10

func (x *ErrorEvent) GetError() string

func (*ErrorEvent) ProtoMessage added in v0.4.10

func (*ErrorEvent) ProtoMessage()

func (*ErrorEvent) ProtoReflect added in v0.4.10

func (x *ErrorEvent) ProtoReflect() protoreflect.Message

func (*ErrorEvent) Reset added in v0.4.10

func (x *ErrorEvent) Reset()

func (*ErrorEvent) String added in v0.4.10

func (x *ErrorEvent) String() string

func (*ErrorEvent) Validate added in v0.4.10

func (m *ErrorEvent) Validate() error

Validate checks the field values on ErrorEvent with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ErrorEvent) ValidateAll added in v0.4.10

func (m *ErrorEvent) ValidateAll() error

ValidateAll checks the field values on ErrorEvent with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ErrorEventMultiError, or nil if none found.

type ErrorEventMultiError added in v0.4.10

type ErrorEventMultiError []error

ErrorEventMultiError is an error wrapping multiple validation errors returned by ErrorEvent.ValidateAll() if the designated constraints aren't met.

func (ErrorEventMultiError) AllErrors added in v0.4.10

func (m ErrorEventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ErrorEventMultiError) Error added in v0.4.10

func (m ErrorEventMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ErrorEventValidationError added in v0.4.10

type ErrorEventValidationError struct {
	// contains filtered or unexported fields
}

ErrorEventValidationError is the validation error returned by ErrorEvent.Validate if the designated constraints aren't met.

func (ErrorEventValidationError) Cause added in v0.4.10

func (e ErrorEventValidationError) Cause() error

Cause function returns cause value.

func (ErrorEventValidationError) Error added in v0.4.10

Error satisfies the builtin error interface

func (ErrorEventValidationError) ErrorName added in v0.4.10

func (e ErrorEventValidationError) ErrorName() string

ErrorName returns error name.

func (ErrorEventValidationError) Field added in v0.4.10

Field function returns field value.

func (ErrorEventValidationError) Key added in v0.4.10

Key function returns key value.

func (ErrorEventValidationError) Reason added in v0.4.10

func (e ErrorEventValidationError) Reason() string

Reason function returns reason value.

type GetAppStorageRequest added in v0.4.18

type GetAppStorageRequest struct {
	// contains filtered or unexported fields
}

func (*GetAppStorageRequest) Descriptor deprecated added in v0.4.18

func (*GetAppStorageRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAppStorageRequest.ProtoReflect.Descriptor instead.

func (*GetAppStorageRequest) ProtoMessage added in v0.4.18

func (*GetAppStorageRequest) ProtoMessage()

func (*GetAppStorageRequest) ProtoReflect added in v0.4.18

func (x *GetAppStorageRequest) ProtoReflect() protoreflect.Message

func (*GetAppStorageRequest) Reset added in v0.4.18

func (x *GetAppStorageRequest) Reset()

func (*GetAppStorageRequest) String added in v0.4.18

func (x *GetAppStorageRequest) String() string

func (*GetAppStorageRequest) Validate added in v0.4.18

func (m *GetAppStorageRequest) Validate() error

Validate checks the field values on GetAppStorageRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetAppStorageRequest) ValidateAll added in v0.4.18

func (m *GetAppStorageRequest) ValidateAll() error

ValidateAll checks the field values on GetAppStorageRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAppStorageRequestMultiError, or nil if none found.

type GetAppStorageRequestMultiError added in v0.4.18

type GetAppStorageRequestMultiError []error

GetAppStorageRequestMultiError is an error wrapping multiple validation errors returned by GetAppStorageRequest.ValidateAll() if the designated constraints aren't met.

func (GetAppStorageRequestMultiError) AllErrors added in v0.4.18

func (m GetAppStorageRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAppStorageRequestMultiError) Error added in v0.4.18

Error returns a concatenation of all the error messages it wraps.

type GetAppStorageRequestValidationError added in v0.4.18

type GetAppStorageRequestValidationError struct {
	// contains filtered or unexported fields
}

GetAppStorageRequestValidationError is the validation error returned by GetAppStorageRequest.Validate if the designated constraints aren't met.

func (GetAppStorageRequestValidationError) Cause added in v0.4.18

Cause function returns cause value.

func (GetAppStorageRequestValidationError) Error added in v0.4.18

Error satisfies the builtin error interface

func (GetAppStorageRequestValidationError) ErrorName added in v0.4.18

ErrorName returns error name.

func (GetAppStorageRequestValidationError) Field added in v0.4.18

Field function returns field value.

func (GetAppStorageRequestValidationError) Key added in v0.4.18

Key function returns key value.

func (GetAppStorageRequestValidationError) Reason added in v0.4.18

Reason function returns reason value.

type GetAppStorageResponse added in v0.4.18

type GetAppStorageResponse struct {
	Apps []*AppStorage `protobuf:"bytes,1,rep,name=apps,proto3" json:"apps" bun:"apps" csv:"apps" pg:"apps" yaml:"apps"`
	// contains filtered or unexported fields
}

func (*GetAppStorageResponse) Descriptor deprecated added in v0.4.18

func (*GetAppStorageResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAppStorageResponse.ProtoReflect.Descriptor instead.

func (*GetAppStorageResponse) GetApps added in v0.4.18

func (x *GetAppStorageResponse) GetApps() []*AppStorage

func (*GetAppStorageResponse) ProtoMessage added in v0.4.18

func (*GetAppStorageResponse) ProtoMessage()

func (*GetAppStorageResponse) ProtoReflect added in v0.4.18

func (x *GetAppStorageResponse) ProtoReflect() protoreflect.Message

func (*GetAppStorageResponse) Reset added in v0.4.18

func (x *GetAppStorageResponse) Reset()

func (*GetAppStorageResponse) String added in v0.4.18

func (x *GetAppStorageResponse) String() string

func (*GetAppStorageResponse) Validate added in v0.4.18

func (m *GetAppStorageResponse) Validate() error

Validate checks the field values on GetAppStorageResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetAppStorageResponse) ValidateAll added in v0.4.18

func (m *GetAppStorageResponse) ValidateAll() error

ValidateAll checks the field values on GetAppStorageResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAppStorageResponseMultiError, or nil if none found.

type GetAppStorageResponseMultiError added in v0.4.18

type GetAppStorageResponseMultiError []error

GetAppStorageResponseMultiError is an error wrapping multiple validation errors returned by GetAppStorageResponse.ValidateAll() if the designated constraints aren't met.

func (GetAppStorageResponseMultiError) AllErrors added in v0.4.18

func (m GetAppStorageResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAppStorageResponseMultiError) Error added in v0.4.18

Error returns a concatenation of all the error messages it wraps.

type GetAppStorageResponseValidationError added in v0.4.18

type GetAppStorageResponseValidationError struct {
	// contains filtered or unexported fields
}

GetAppStorageResponseValidationError is the validation error returned by GetAppStorageResponse.Validate if the designated constraints aren't met.

func (GetAppStorageResponseValidationError) Cause added in v0.4.18

Cause function returns cause value.

func (GetAppStorageResponseValidationError) Error added in v0.4.18

Error satisfies the builtin error interface

func (GetAppStorageResponseValidationError) ErrorName added in v0.4.18

ErrorName returns error name.

func (GetAppStorageResponseValidationError) Field added in v0.4.18

Field function returns field value.

func (GetAppStorageResponseValidationError) Key added in v0.4.18

Key function returns key value.

func (GetAppStorageResponseValidationError) Reason added in v0.4.18

Reason function returns reason value.

type GetAppsInStoreRequest added in v0.4.0

type GetAppsInStoreRequest struct {
	// contains filtered or unexported fields
}

func (*GetAppsInStoreRequest) Descriptor deprecated added in v0.4.0

func (*GetAppsInStoreRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAppsInStoreRequest.ProtoReflect.Descriptor instead.

func (*GetAppsInStoreRequest) ProtoMessage added in v0.4.0

func (*GetAppsInStoreRequest) ProtoMessage()

func (*GetAppsInStoreRequest) ProtoReflect added in v0.4.0

func (x *GetAppsInStoreRequest) ProtoReflect() protoreflect.Message

func (*GetAppsInStoreRequest) Reset added in v0.4.0

func (x *GetAppsInStoreRequest) Reset()

func (*GetAppsInStoreRequest) String added in v0.4.0

func (x *GetAppsInStoreRequest) String() string

func (*GetAppsInStoreRequest) Validate added in v0.4.0

func (m *GetAppsInStoreRequest) Validate() error

Validate checks the field values on GetAppsInStoreRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetAppsInStoreRequest) ValidateAll added in v0.4.0

func (m *GetAppsInStoreRequest) ValidateAll() error

ValidateAll checks the field values on GetAppsInStoreRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAppsInStoreRequestMultiError, or nil if none found.

type GetAppsInStoreRequestMultiError added in v0.4.0

type GetAppsInStoreRequestMultiError []error

GetAppsInStoreRequestMultiError is an error wrapping multiple validation errors returned by GetAppsInStoreRequest.ValidateAll() if the designated constraints aren't met.

func (GetAppsInStoreRequestMultiError) AllErrors added in v0.4.0

func (m GetAppsInStoreRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAppsInStoreRequestMultiError) Error added in v0.4.0

Error returns a concatenation of all the error messages it wraps.

type GetAppsInStoreRequestValidationError added in v0.4.0

type GetAppsInStoreRequestValidationError struct {
	// contains filtered or unexported fields
}

GetAppsInStoreRequestValidationError is the validation error returned by GetAppsInStoreRequest.Validate if the designated constraints aren't met.

func (GetAppsInStoreRequestValidationError) Cause added in v0.4.0

Cause function returns cause value.

func (GetAppsInStoreRequestValidationError) Error added in v0.4.0

Error satisfies the builtin error interface

func (GetAppsInStoreRequestValidationError) ErrorName added in v0.4.0

ErrorName returns error name.

func (GetAppsInStoreRequestValidationError) Field added in v0.4.0

Field function returns field value.

func (GetAppsInStoreRequestValidationError) Key added in v0.4.0

Key function returns key value.

func (GetAppsInStoreRequestValidationError) Reason added in v0.4.0

Reason function returns reason value.

type GetAppsInStoreResponse added in v0.4.0

type GetAppsInStoreResponse struct {
	Apps []*App `protobuf:"bytes,1,rep,name=apps,proto3" json:"apps" bun:"apps" csv:"apps" pg:"apps" yaml:"apps"`
	// contains filtered or unexported fields
}

func (*GetAppsInStoreResponse) Descriptor deprecated added in v0.4.0

func (*GetAppsInStoreResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAppsInStoreResponse.ProtoReflect.Descriptor instead.

func (*GetAppsInStoreResponse) GetApps added in v0.4.0

func (x *GetAppsInStoreResponse) GetApps() []*App

func (*GetAppsInStoreResponse) ProtoMessage added in v0.4.0

func (*GetAppsInStoreResponse) ProtoMessage()

func (*GetAppsInStoreResponse) ProtoReflect added in v0.4.0

func (x *GetAppsInStoreResponse) ProtoReflect() protoreflect.Message

func (*GetAppsInStoreResponse) Reset added in v0.4.0

func (x *GetAppsInStoreResponse) Reset()

func (*GetAppsInStoreResponse) String added in v0.4.0

func (x *GetAppsInStoreResponse) String() string

func (*GetAppsInStoreResponse) Validate added in v0.4.0

func (m *GetAppsInStoreResponse) Validate() error

Validate checks the field values on GetAppsInStoreResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetAppsInStoreResponse) ValidateAll added in v0.4.0

func (m *GetAppsInStoreResponse) ValidateAll() error

ValidateAll checks the field values on GetAppsInStoreResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAppsInStoreResponseMultiError, or nil if none found.

type GetAppsInStoreResponseMultiError added in v0.4.0

type GetAppsInStoreResponseMultiError []error

GetAppsInStoreResponseMultiError is an error wrapping multiple validation errors returned by GetAppsInStoreResponse.ValidateAll() if the designated constraints aren't met.

func (GetAppsInStoreResponseMultiError) AllErrors added in v0.4.0

func (m GetAppsInStoreResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAppsInStoreResponseMultiError) Error added in v0.4.0

Error returns a concatenation of all the error messages it wraps.

type GetAppsInStoreResponseValidationError added in v0.4.0

type GetAppsInStoreResponseValidationError struct {
	// contains filtered or unexported fields
}

GetAppsInStoreResponseValidationError is the validation error returned by GetAppsInStoreResponse.Validate if the designated constraints aren't met.

func (GetAppsInStoreResponseValidationError) Cause added in v0.4.0

Cause function returns cause value.

func (GetAppsInStoreResponseValidationError) Error added in v0.4.0

Error satisfies the builtin error interface

func (GetAppsInStoreResponseValidationError) ErrorName added in v0.4.0

ErrorName returns error name.

func (GetAppsInStoreResponseValidationError) Field added in v0.4.0

Field function returns field value.

func (GetAppsInStoreResponseValidationError) Key added in v0.4.0

Key function returns key value.

func (GetAppsInStoreResponseValidationError) Reason added in v0.4.0

Reason function returns reason value.

type GetDeviceSettingsRequest added in v0.4.0

type GetDeviceSettingsRequest struct {
	// contains filtered or unexported fields
}

func (*GetDeviceSettingsRequest) Descriptor deprecated added in v0.4.0

func (*GetDeviceSettingsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDeviceSettingsRequest.ProtoReflect.Descriptor instead.

func (*GetDeviceSettingsRequest) ProtoMessage added in v0.4.0

func (*GetDeviceSettingsRequest) ProtoMessage()

func (*GetDeviceSettingsRequest) ProtoReflect added in v0.4.0

func (x *GetDeviceSettingsRequest) ProtoReflect() protoreflect.Message

func (*GetDeviceSettingsRequest) Reset added in v0.4.0

func (x *GetDeviceSettingsRequest) Reset()

func (*GetDeviceSettingsRequest) String added in v0.4.0

func (x *GetDeviceSettingsRequest) String() string

func (*GetDeviceSettingsRequest) Validate added in v0.4.0

func (m *GetDeviceSettingsRequest) Validate() error

Validate checks the field values on GetDeviceSettingsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetDeviceSettingsRequest) ValidateAll added in v0.4.0

func (m *GetDeviceSettingsRequest) ValidateAll() error

ValidateAll checks the field values on GetDeviceSettingsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetDeviceSettingsRequestMultiError, or nil if none found.

type GetDeviceSettingsRequestMultiError added in v0.4.0

type GetDeviceSettingsRequestMultiError []error

GetDeviceSettingsRequestMultiError is an error wrapping multiple validation errors returned by GetDeviceSettingsRequest.ValidateAll() if the designated constraints aren't met.

func (GetDeviceSettingsRequestMultiError) AllErrors added in v0.4.0

func (m GetDeviceSettingsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetDeviceSettingsRequestMultiError) Error added in v0.4.0

Error returns a concatenation of all the error messages it wraps.

type GetDeviceSettingsRequestValidationError added in v0.4.0

type GetDeviceSettingsRequestValidationError struct {
	// contains filtered or unexported fields
}

GetDeviceSettingsRequestValidationError is the validation error returned by GetDeviceSettingsRequest.Validate if the designated constraints aren't met.

func (GetDeviceSettingsRequestValidationError) Cause added in v0.4.0

Cause function returns cause value.

func (GetDeviceSettingsRequestValidationError) Error added in v0.4.0

Error satisfies the builtin error interface

func (GetDeviceSettingsRequestValidationError) ErrorName added in v0.4.0

ErrorName returns error name.

func (GetDeviceSettingsRequestValidationError) Field added in v0.4.0

Field function returns field value.

func (GetDeviceSettingsRequestValidationError) Key added in v0.4.0

Key function returns key value.

func (GetDeviceSettingsRequestValidationError) Reason added in v0.4.0

Reason function returns reason value.

type GetDeviceSettingsResponse added in v0.4.0

type GetDeviceSettingsResponse struct {
	Settings *DeviceSettings `protobuf:"bytes,1,opt,name=settings,proto3" json:"settings" bun:"settings" csv:"settings" pg:"settings" yaml:"settings"`
	// contains filtered or unexported fields
}

func (*GetDeviceSettingsResponse) Descriptor deprecated added in v0.4.0

func (*GetDeviceSettingsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDeviceSettingsResponse.ProtoReflect.Descriptor instead.

func (*GetDeviceSettingsResponse) GetSettings added in v0.4.0

func (x *GetDeviceSettingsResponse) GetSettings() *DeviceSettings

func (*GetDeviceSettingsResponse) ProtoMessage added in v0.4.0

func (*GetDeviceSettingsResponse) ProtoMessage()

func (*GetDeviceSettingsResponse) ProtoReflect added in v0.4.0

func (*GetDeviceSettingsResponse) Reset added in v0.4.0

func (x *GetDeviceSettingsResponse) Reset()

func (*GetDeviceSettingsResponse) String added in v0.4.0

func (x *GetDeviceSettingsResponse) String() string

func (*GetDeviceSettingsResponse) Validate added in v0.4.0

func (m *GetDeviceSettingsResponse) Validate() error

Validate checks the field values on GetDeviceSettingsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetDeviceSettingsResponse) ValidateAll added in v0.4.0

func (m *GetDeviceSettingsResponse) ValidateAll() error

ValidateAll checks the field values on GetDeviceSettingsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetDeviceSettingsResponseMultiError, or nil if none found.

type GetDeviceSettingsResponseMultiError added in v0.4.0

type GetDeviceSettingsResponseMultiError []error

GetDeviceSettingsResponseMultiError is an error wrapping multiple validation errors returned by GetDeviceSettingsResponse.ValidateAll() if the designated constraints aren't met.

func (GetDeviceSettingsResponseMultiError) AllErrors added in v0.4.0

AllErrors returns a list of validation violation errors.

func (GetDeviceSettingsResponseMultiError) Error added in v0.4.0

Error returns a concatenation of all the error messages it wraps.

type GetDeviceSettingsResponseValidationError added in v0.4.0

type GetDeviceSettingsResponseValidationError struct {
	// contains filtered or unexported fields
}

GetDeviceSettingsResponseValidationError is the validation error returned by GetDeviceSettingsResponse.Validate if the designated constraints aren't met.

func (GetDeviceSettingsResponseValidationError) Cause added in v0.4.0

Cause function returns cause value.

func (GetDeviceSettingsResponseValidationError) Error added in v0.4.0

Error satisfies the builtin error interface

func (GetDeviceSettingsResponseValidationError) ErrorName added in v0.4.0

ErrorName returns error name.

func (GetDeviceSettingsResponseValidationError) Field added in v0.4.0

Field function returns field value.

func (GetDeviceSettingsResponseValidationError) Key added in v0.4.0

Key function returns key value.

func (GetDeviceSettingsResponseValidationError) Reason added in v0.4.0

Reason function returns reason value.

type GetSystemStatsRequest added in v0.3.8

type GetSystemStatsRequest struct {
	// contains filtered or unexported fields
}

func (*GetSystemStatsRequest) Descriptor deprecated added in v0.3.8

func (*GetSystemStatsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSystemStatsRequest.ProtoReflect.Descriptor instead.

func (*GetSystemStatsRequest) ProtoMessage added in v0.3.8

func (*GetSystemStatsRequest) ProtoMessage()

func (*GetSystemStatsRequest) ProtoReflect added in v0.3.8

func (x *GetSystemStatsRequest) ProtoReflect() protoreflect.Message

func (*GetSystemStatsRequest) Reset added in v0.3.8

func (x *GetSystemStatsRequest) Reset()

func (*GetSystemStatsRequest) String added in v0.3.8

func (x *GetSystemStatsRequest) String() string

func (*GetSystemStatsRequest) Validate added in v0.3.8

func (m *GetSystemStatsRequest) Validate() error

Validate checks the field values on GetSystemStatsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetSystemStatsRequest) ValidateAll added in v0.3.8

func (m *GetSystemStatsRequest) ValidateAll() error

ValidateAll checks the field values on GetSystemStatsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSystemStatsRequestMultiError, or nil if none found.

type GetSystemStatsRequestMultiError added in v0.3.8

type GetSystemStatsRequestMultiError []error

GetSystemStatsRequestMultiError is an error wrapping multiple validation errors returned by GetSystemStatsRequest.ValidateAll() if the designated constraints aren't met.

func (GetSystemStatsRequestMultiError) AllErrors added in v0.3.8

func (m GetSystemStatsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetSystemStatsRequestMultiError) Error added in v0.3.8

Error returns a concatenation of all the error messages it wraps.

type GetSystemStatsRequestValidationError added in v0.3.8

type GetSystemStatsRequestValidationError struct {
	// contains filtered or unexported fields
}

GetSystemStatsRequestValidationError is the validation error returned by GetSystemStatsRequest.Validate if the designated constraints aren't met.

func (GetSystemStatsRequestValidationError) Cause added in v0.3.8

Cause function returns cause value.

func (GetSystemStatsRequestValidationError) Error added in v0.3.8

Error satisfies the builtin error interface

func (GetSystemStatsRequestValidationError) ErrorName added in v0.3.8

ErrorName returns error name.

func (GetSystemStatsRequestValidationError) Field added in v0.3.8

Field function returns field value.

func (GetSystemStatsRequestValidationError) Key added in v0.3.8

Key function returns key value.

func (GetSystemStatsRequestValidationError) Reason added in v0.3.8

Reason function returns reason value.

type GetSystemStatsResponse added in v0.3.8

type GetSystemStatsResponse struct {
	Stats *v1.SystemStats `protobuf:"bytes,1,opt,name=stats,proto3" json:"stats" bun:"stats" csv:"stats" pg:"stats" yaml:"stats"`
	// contains filtered or unexported fields
}

func (*GetSystemStatsResponse) Descriptor deprecated added in v0.3.8

func (*GetSystemStatsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSystemStatsResponse.ProtoReflect.Descriptor instead.

func (*GetSystemStatsResponse) GetStats added in v0.3.8

func (x *GetSystemStatsResponse) GetStats() *v1.SystemStats

func (*GetSystemStatsResponse) ProtoMessage added in v0.3.8

func (*GetSystemStatsResponse) ProtoMessage()

func (*GetSystemStatsResponse) ProtoReflect added in v0.3.8

func (x *GetSystemStatsResponse) ProtoReflect() protoreflect.Message

func (*GetSystemStatsResponse) Reset added in v0.3.8

func (x *GetSystemStatsResponse) Reset()

func (*GetSystemStatsResponse) String added in v0.3.8

func (x *GetSystemStatsResponse) String() string

func (*GetSystemStatsResponse) Validate added in v0.3.8

func (m *GetSystemStatsResponse) Validate() error

Validate checks the field values on GetSystemStatsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetSystemStatsResponse) ValidateAll added in v0.3.8

func (m *GetSystemStatsResponse) ValidateAll() error

ValidateAll checks the field values on GetSystemStatsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSystemStatsResponseMultiError, or nil if none found.

type GetSystemStatsResponseMultiError added in v0.3.8

type GetSystemStatsResponseMultiError []error

GetSystemStatsResponseMultiError is an error wrapping multiple validation errors returned by GetSystemStatsResponse.ValidateAll() if the designated constraints aren't met.

func (GetSystemStatsResponseMultiError) AllErrors added in v0.3.8

func (m GetSystemStatsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetSystemStatsResponseMultiError) Error added in v0.3.8

Error returns a concatenation of all the error messages it wraps.

type GetSystemStatsResponseValidationError added in v0.3.8

type GetSystemStatsResponseValidationError struct {
	// contains filtered or unexported fields
}

GetSystemStatsResponseValidationError is the validation error returned by GetSystemStatsResponse.Validate if the designated constraints aren't met.

func (GetSystemStatsResponseValidationError) Cause added in v0.3.8

Cause function returns cause value.

func (GetSystemStatsResponseValidationError) Error added in v0.3.8

Error satisfies the builtin error interface

func (GetSystemStatsResponseValidationError) ErrorName added in v0.3.8

ErrorName returns error name.

func (GetSystemStatsResponseValidationError) Field added in v0.3.8

Field function returns field value.

func (GetSystemStatsResponseValidationError) Key added in v0.3.8

Key function returns key value.

func (GetSystemStatsResponseValidationError) Reason added in v0.3.8

Reason function returns reason value.

type HeartbeatEvent added in v0.4.10

type HeartbeatEvent struct {
	// contains filtered or unexported fields
}

func (*HeartbeatEvent) Descriptor deprecated added in v0.4.10

func (*HeartbeatEvent) Descriptor() ([]byte, []int)

Deprecated: Use HeartbeatEvent.ProtoReflect.Descriptor instead.

func (*HeartbeatEvent) ProtoMessage added in v0.4.10

func (*HeartbeatEvent) ProtoMessage()

func (*HeartbeatEvent) ProtoReflect added in v0.4.10

func (x *HeartbeatEvent) ProtoReflect() protoreflect.Message

func (*HeartbeatEvent) Reset added in v0.4.10

func (x *HeartbeatEvent) Reset()

func (*HeartbeatEvent) String added in v0.4.10

func (x *HeartbeatEvent) String() string

func (*HeartbeatEvent) Validate added in v0.4.10

func (m *HeartbeatEvent) Validate() error

Validate checks the field values on HeartbeatEvent with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*HeartbeatEvent) ValidateAll added in v0.4.10

func (m *HeartbeatEvent) ValidateAll() error

ValidateAll checks the field values on HeartbeatEvent with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in HeartbeatEventMultiError, or nil if none found.

type HeartbeatEventMultiError added in v0.4.10

type HeartbeatEventMultiError []error

HeartbeatEventMultiError is an error wrapping multiple validation errors returned by HeartbeatEvent.ValidateAll() if the designated constraints aren't met.

func (HeartbeatEventMultiError) AllErrors added in v0.4.10

func (m HeartbeatEventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HeartbeatEventMultiError) Error added in v0.4.10

func (m HeartbeatEventMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type HeartbeatEventValidationError added in v0.4.10

type HeartbeatEventValidationError struct {
	// contains filtered or unexported fields
}

HeartbeatEventValidationError is the validation error returned by HeartbeatEvent.Validate if the designated constraints aren't met.

func (HeartbeatEventValidationError) Cause added in v0.4.10

Cause function returns cause value.

func (HeartbeatEventValidationError) Error added in v0.4.10

Error satisfies the builtin error interface

func (HeartbeatEventValidationError) ErrorName added in v0.4.10

func (e HeartbeatEventValidationError) ErrorName() string

ErrorName returns error name.

func (HeartbeatEventValidationError) Field added in v0.4.10

Field function returns field value.

func (HeartbeatEventValidationError) Key added in v0.4.10

Key function returns key value.

func (HeartbeatEventValidationError) Reason added in v0.4.10

Reason function returns reason value.

type ImageVersion added in v0.3.4

type ImageVersion struct {
	Image   string `protobuf:"bytes,1,opt,name=image,proto3" json:"image" bun:"image" csv:"image" pg:"image" yaml:"image"`
	Current string `protobuf:"bytes,2,opt,name=current,proto3" json:"current" bun:"current" csv:"current" pg:"current" yaml:"current"`
	Latest  string `protobuf:"bytes,3,opt,name=latest,proto3" json:"latest" bun:"latest" csv:"latest" pg:"latest" yaml:"latest"`
	// contains filtered or unexported fields
}

func (*ImageVersion) Descriptor deprecated added in v0.3.4

func (*ImageVersion) Descriptor() ([]byte, []int)

Deprecated: Use ImageVersion.ProtoReflect.Descriptor instead.

func (*ImageVersion) GetCurrent added in v0.3.4

func (x *ImageVersion) GetCurrent() string

func (*ImageVersion) GetImage added in v0.3.4

func (x *ImageVersion) GetImage() string

func (*ImageVersion) GetLatest added in v0.3.4

func (x *ImageVersion) GetLatest() string

func (*ImageVersion) ProtoMessage added in v0.3.4

func (*ImageVersion) ProtoMessage()

func (*ImageVersion) ProtoReflect added in v0.3.4

func (x *ImageVersion) ProtoReflect() protoreflect.Message

func (*ImageVersion) Reset added in v0.3.4

func (x *ImageVersion) Reset()

func (*ImageVersion) String added in v0.3.4

func (x *ImageVersion) String() string

func (*ImageVersion) Validate added in v0.3.4

func (m *ImageVersion) Validate() error

Validate checks the field values on ImageVersion with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ImageVersion) ValidateAll added in v0.3.4

func (m *ImageVersion) ValidateAll() error

ValidateAll checks the field values on ImageVersion with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ImageVersionMultiError, or nil if none found.

type ImageVersionMultiError added in v0.3.4

type ImageVersionMultiError []error

ImageVersionMultiError is an error wrapping multiple validation errors returned by ImageVersion.ValidateAll() if the designated constraints aren't met.

func (ImageVersionMultiError) AllErrors added in v0.3.4

func (m ImageVersionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ImageVersionMultiError) Error added in v0.3.4

func (m ImageVersionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ImageVersionValidationError added in v0.3.4

type ImageVersionValidationError struct {
	// contains filtered or unexported fields
}

ImageVersionValidationError is the validation error returned by ImageVersion.Validate if the designated constraints aren't met.

func (ImageVersionValidationError) Cause added in v0.3.4

Cause function returns cause value.

func (ImageVersionValidationError) Error added in v0.3.4

Error satisfies the builtin error interface

func (ImageVersionValidationError) ErrorName added in v0.3.4

func (e ImageVersionValidationError) ErrorName() string

ErrorName returns error name.

func (ImageVersionValidationError) Field added in v0.3.4

Field function returns field value.

func (ImageVersionValidationError) Key added in v0.3.4

Key function returns key value.

func (ImageVersionValidationError) Reason added in v0.3.4

Reason function returns reason value.

type InitializeDeviceRequest added in v0.4.0

type InitializeDeviceRequest struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username" bun:"username" csv:"username" pg:"username" yaml:"username"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password" bun:"password" csv:"password" pg:"password" yaml:"password"`
	// validate timezone is at least not empty
	Timezone       string `protobuf:"bytes,3,opt,name=timezone,proto3" json:"timezone" bun:"timezone" csv:"timezone" pg:"timezone" yaml:"timezone"`
	AutoUpdateApps bool   `` /* 186-byte string literal not displayed */
	AutoUpdateOs   bool   `` /* 172-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InitializeDeviceRequest) Descriptor deprecated added in v0.4.0

func (*InitializeDeviceRequest) Descriptor() ([]byte, []int)

Deprecated: Use InitializeDeviceRequest.ProtoReflect.Descriptor instead.

func (*InitializeDeviceRequest) GetAutoUpdateApps added in v0.4.0

func (x *InitializeDeviceRequest) GetAutoUpdateApps() bool

func (*InitializeDeviceRequest) GetAutoUpdateOs added in v0.4.0

func (x *InitializeDeviceRequest) GetAutoUpdateOs() bool

func (*InitializeDeviceRequest) GetPassword added in v0.4.0

func (x *InitializeDeviceRequest) GetPassword() string

func (*InitializeDeviceRequest) GetTimezone added in v0.4.0

func (x *InitializeDeviceRequest) GetTimezone() string

func (*InitializeDeviceRequest) GetUsername added in v0.4.0

func (x *InitializeDeviceRequest) GetUsername() string

func (*InitializeDeviceRequest) ProtoMessage added in v0.4.0

func (*InitializeDeviceRequest) ProtoMessage()

func (*InitializeDeviceRequest) ProtoReflect added in v0.4.0

func (x *InitializeDeviceRequest) ProtoReflect() protoreflect.Message

func (*InitializeDeviceRequest) Reset added in v0.4.0

func (x *InitializeDeviceRequest) Reset()

func (*InitializeDeviceRequest) String added in v0.4.0

func (x *InitializeDeviceRequest) String() string

func (*InitializeDeviceRequest) Validate added in v0.4.0

func (m *InitializeDeviceRequest) Validate() error

Validate checks the field values on InitializeDeviceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*InitializeDeviceRequest) ValidateAll added in v0.4.0

func (m *InitializeDeviceRequest) ValidateAll() error

ValidateAll checks the field values on InitializeDeviceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in InitializeDeviceRequestMultiError, or nil if none found.

type InitializeDeviceRequestMultiError added in v0.4.0

type InitializeDeviceRequestMultiError []error

InitializeDeviceRequestMultiError is an error wrapping multiple validation errors returned by InitializeDeviceRequest.ValidateAll() if the designated constraints aren't met.

func (InitializeDeviceRequestMultiError) AllErrors added in v0.4.0

func (m InitializeDeviceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InitializeDeviceRequestMultiError) Error added in v0.4.0

Error returns a concatenation of all the error messages it wraps.

type InitializeDeviceRequestValidationError added in v0.4.0

type InitializeDeviceRequestValidationError struct {
	// contains filtered or unexported fields
}

InitializeDeviceRequestValidationError is the validation error returned by InitializeDeviceRequest.Validate if the designated constraints aren't met.

func (InitializeDeviceRequestValidationError) Cause added in v0.4.0

Cause function returns cause value.

func (InitializeDeviceRequestValidationError) Error added in v0.4.0

Error satisfies the builtin error interface

func (InitializeDeviceRequestValidationError) ErrorName added in v0.4.0

ErrorName returns error name.

func (InitializeDeviceRequestValidationError) Field added in v0.4.0

Field function returns field value.

func (InitializeDeviceRequestValidationError) Key added in v0.4.0

Key function returns key value.

func (InitializeDeviceRequestValidationError) Reason added in v0.4.0

Reason function returns reason value.

type InitializeDeviceResponse added in v0.4.0

type InitializeDeviceResponse struct {
	Setup bool `protobuf:"varint,1,opt,name=setup,proto3" json:"setup" bun:"setup" csv:"setup" pg:"setup" yaml:"setup"`
	// contains filtered or unexported fields
}

func (*InitializeDeviceResponse) Descriptor deprecated added in v0.4.0

func (*InitializeDeviceResponse) Descriptor() ([]byte, []int)

Deprecated: Use InitializeDeviceResponse.ProtoReflect.Descriptor instead.

func (*InitializeDeviceResponse) GetSetup added in v0.4.0

func (x *InitializeDeviceResponse) GetSetup() bool

func (*InitializeDeviceResponse) ProtoMessage added in v0.4.0

func (*InitializeDeviceResponse) ProtoMessage()

func (*InitializeDeviceResponse) ProtoReflect added in v0.4.0

func (x *InitializeDeviceResponse) ProtoReflect() protoreflect.Message

func (*InitializeDeviceResponse) Reset added in v0.4.0

func (x *InitializeDeviceResponse) Reset()

func (*InitializeDeviceResponse) String added in v0.4.0

func (x *InitializeDeviceResponse) String() string

func (*InitializeDeviceResponse) Validate added in v0.4.0

func (m *InitializeDeviceResponse) Validate() error

Validate checks the field values on InitializeDeviceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*InitializeDeviceResponse) ValidateAll added in v0.4.0

func (m *InitializeDeviceResponse) ValidateAll() error

ValidateAll checks the field values on InitializeDeviceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in InitializeDeviceResponseMultiError, or nil if none found.

type InitializeDeviceResponseMultiError added in v0.4.0

type InitializeDeviceResponseMultiError []error

InitializeDeviceResponseMultiError is an error wrapping multiple validation errors returned by InitializeDeviceResponse.ValidateAll() if the designated constraints aren't met.

func (InitializeDeviceResponseMultiError) AllErrors added in v0.4.0

func (m InitializeDeviceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InitializeDeviceResponseMultiError) Error added in v0.4.0

Error returns a concatenation of all the error messages it wraps.

type InitializeDeviceResponseValidationError added in v0.4.0

type InitializeDeviceResponseValidationError struct {
	// contains filtered or unexported fields
}

InitializeDeviceResponseValidationError is the validation error returned by InitializeDeviceResponse.Validate if the designated constraints aren't met.

func (InitializeDeviceResponseValidationError) Cause added in v0.4.0

Cause function returns cause value.

func (InitializeDeviceResponseValidationError) Error added in v0.4.0

Error satisfies the builtin error interface

func (InitializeDeviceResponseValidationError) ErrorName added in v0.4.0

ErrorName returns error name.

func (InitializeDeviceResponseValidationError) Field added in v0.4.0

Field function returns field value.

func (InitializeDeviceResponseValidationError) Key added in v0.4.0

Key function returns key value.

func (InitializeDeviceResponseValidationError) Reason added in v0.4.0

Reason function returns reason value.

type InstallAppRequest added in v0.3.0

type InstallAppRequest struct {
	Chart   string `protobuf:"bytes,1,opt,name=chart,proto3" json:"chart" bun:"chart" csv:"chart" pg:"chart" yaml:"chart"`
	Repo    string `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo" bun:"repo" csv:"repo" pg:"repo" yaml:"repo"`
	Release string `protobuf:"bytes,3,opt,name=release,proto3" json:"release" bun:"release" csv:"release" pg:"release" yaml:"release"`
	Values  string `protobuf:"bytes,4,opt,name=values,proto3" json:"values" bun:"values" csv:"values" pg:"values" yaml:"values"`
	Version string `protobuf:"bytes,5,opt,name=version,proto3" json:"version" bun:"version" csv:"version" pg:"version" yaml:"version"`
	// contains filtered or unexported fields
}

func (*InstallAppRequest) Descriptor deprecated added in v0.3.0

func (*InstallAppRequest) Descriptor() ([]byte, []int)

Deprecated: Use InstallAppRequest.ProtoReflect.Descriptor instead.

func (*InstallAppRequest) GetChart added in v0.3.0

func (x *InstallAppRequest) GetChart() string

func (*InstallAppRequest) GetRelease added in v0.3.0

func (x *InstallAppRequest) GetRelease() string

func (*InstallAppRequest) GetRepo added in v0.3.0

func (x *InstallAppRequest) GetRepo() string

func (*InstallAppRequest) GetValues added in v0.3.0

func (x *InstallAppRequest) GetValues() string

func (*InstallAppRequest) GetVersion added in v0.3.1

func (x *InstallAppRequest) GetVersion() string

func (*InstallAppRequest) ProtoMessage added in v0.3.0

func (*InstallAppRequest) ProtoMessage()

func (*InstallAppRequest) ProtoReflect added in v0.3.0

func (x *InstallAppRequest) ProtoReflect() protoreflect.Message

func (*InstallAppRequest) Reset added in v0.3.0

func (x *InstallAppRequest) Reset()

func (*InstallAppRequest) String added in v0.3.0

func (x *InstallAppRequest) String() string

func (*InstallAppRequest) Validate added in v0.3.0

func (m *InstallAppRequest) Validate() error

Validate checks the field values on InstallAppRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*InstallAppRequest) ValidateAll added in v0.3.0

func (m *InstallAppRequest) ValidateAll() error

ValidateAll checks the field values on InstallAppRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in InstallAppRequestMultiError, or nil if none found.

type InstallAppRequestMultiError added in v0.3.0

type InstallAppRequestMultiError []error

InstallAppRequestMultiError is an error wrapping multiple validation errors returned by InstallAppRequest.ValidateAll() if the designated constraints aren't met.

func (InstallAppRequestMultiError) AllErrors added in v0.3.0

func (m InstallAppRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallAppRequestMultiError) Error added in v0.3.0

Error returns a concatenation of all the error messages it wraps.

type InstallAppRequestValidationError added in v0.3.0

type InstallAppRequestValidationError struct {
	// contains filtered or unexported fields
}

InstallAppRequestValidationError is the validation error returned by InstallAppRequest.Validate if the designated constraints aren't met.

func (InstallAppRequestValidationError) Cause added in v0.3.0

Cause function returns cause value.

func (InstallAppRequestValidationError) Error added in v0.3.0

Error satisfies the builtin error interface

func (InstallAppRequestValidationError) ErrorName added in v0.3.0

ErrorName returns error name.

func (InstallAppRequestValidationError) Field added in v0.3.0

Field function returns field value.

func (InstallAppRequestValidationError) Key added in v0.3.0

Key function returns key value.

func (InstallAppRequestValidationError) Reason added in v0.3.0

Reason function returns reason value.

type InstallAppResponse added in v0.3.0

type InstallAppResponse struct {
	// contains filtered or unexported fields
}

func (*InstallAppResponse) Descriptor deprecated added in v0.3.0

func (*InstallAppResponse) Descriptor() ([]byte, []int)

Deprecated: Use InstallAppResponse.ProtoReflect.Descriptor instead.

func (*InstallAppResponse) ProtoMessage added in v0.3.0

func (*InstallAppResponse) ProtoMessage()

func (*InstallAppResponse) ProtoReflect added in v0.3.0

func (x *InstallAppResponse) ProtoReflect() protoreflect.Message

func (*InstallAppResponse) Reset added in v0.3.0

func (x *InstallAppResponse) Reset()

func (*InstallAppResponse) String added in v0.3.0

func (x *InstallAppResponse) String() string

func (*InstallAppResponse) Validate added in v0.3.0

func (m *InstallAppResponse) Validate() error

Validate checks the field values on InstallAppResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*InstallAppResponse) ValidateAll added in v0.3.0

func (m *InstallAppResponse) ValidateAll() error

ValidateAll checks the field values on InstallAppResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in InstallAppResponseMultiError, or nil if none found.

type InstallAppResponseMultiError added in v0.3.0

type InstallAppResponseMultiError []error

InstallAppResponseMultiError is an error wrapping multiple validation errors returned by InstallAppResponse.ValidateAll() if the designated constraints aren't met.

func (InstallAppResponseMultiError) AllErrors added in v0.3.0

func (m InstallAppResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallAppResponseMultiError) Error added in v0.3.0

Error returns a concatenation of all the error messages it wraps.

type InstallAppResponseValidationError added in v0.3.0

type InstallAppResponseValidationError struct {
	// contains filtered or unexported fields
}

InstallAppResponseValidationError is the validation error returned by InstallAppResponse.Validate if the designated constraints aren't met.

func (InstallAppResponseValidationError) Cause added in v0.3.0

Cause function returns cause value.

func (InstallAppResponseValidationError) Error added in v0.3.0

Error satisfies the builtin error interface

func (InstallAppResponseValidationError) ErrorName added in v0.3.0

ErrorName returns error name.

func (InstallAppResponseValidationError) Field added in v0.3.0

Field function returns field value.

func (InstallAppResponseValidationError) Key added in v0.3.0

Key function returns key value.

func (InstallAppResponseValidationError) Reason added in v0.3.0

Reason function returns reason value.

type InstallOSUpdateRequest added in v0.3.5

type InstallOSUpdateRequest struct {
	// contains filtered or unexported fields
}

func (*InstallOSUpdateRequest) Descriptor deprecated added in v0.3.5

func (*InstallOSUpdateRequest) Descriptor() ([]byte, []int)

Deprecated: Use InstallOSUpdateRequest.ProtoReflect.Descriptor instead.

func (*InstallOSUpdateRequest) ProtoMessage added in v0.3.5

func (*InstallOSUpdateRequest) ProtoMessage()

func (*InstallOSUpdateRequest) ProtoReflect added in v0.3.5

func (x *InstallOSUpdateRequest) ProtoReflect() protoreflect.Message

func (*InstallOSUpdateRequest) Reset added in v0.3.5

func (x *InstallOSUpdateRequest) Reset()

func (*InstallOSUpdateRequest) String added in v0.3.5

func (x *InstallOSUpdateRequest) String() string

func (*InstallOSUpdateRequest) Validate added in v0.3.5

func (m *InstallOSUpdateRequest) Validate() error

Validate checks the field values on InstallOSUpdateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*InstallOSUpdateRequest) ValidateAll added in v0.3.5

func (m *InstallOSUpdateRequest) ValidateAll() error

ValidateAll checks the field values on InstallOSUpdateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in InstallOSUpdateRequestMultiError, or nil if none found.

type InstallOSUpdateRequestMultiError added in v0.3.5

type InstallOSUpdateRequestMultiError []error

InstallOSUpdateRequestMultiError is an error wrapping multiple validation errors returned by InstallOSUpdateRequest.ValidateAll() if the designated constraints aren't met.

func (InstallOSUpdateRequestMultiError) AllErrors added in v0.3.5

func (m InstallOSUpdateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallOSUpdateRequestMultiError) Error added in v0.3.5

Error returns a concatenation of all the error messages it wraps.

type InstallOSUpdateRequestValidationError added in v0.3.5

type InstallOSUpdateRequestValidationError struct {
	// contains filtered or unexported fields
}

InstallOSUpdateRequestValidationError is the validation error returned by InstallOSUpdateRequest.Validate if the designated constraints aren't met.

func (InstallOSUpdateRequestValidationError) Cause added in v0.3.5

Cause function returns cause value.

func (InstallOSUpdateRequestValidationError) Error added in v0.3.5

Error satisfies the builtin error interface

func (InstallOSUpdateRequestValidationError) ErrorName added in v0.3.5

ErrorName returns error name.

func (InstallOSUpdateRequestValidationError) Field added in v0.3.5

Field function returns field value.

func (InstallOSUpdateRequestValidationError) Key added in v0.3.5

Key function returns key value.

func (InstallOSUpdateRequestValidationError) Reason added in v0.3.5

Reason function returns reason value.

type InstallOSUpdateResponse added in v0.3.5

type InstallOSUpdateResponse struct {
	// contains filtered or unexported fields
}

func (*InstallOSUpdateResponse) Descriptor deprecated added in v0.3.5

func (*InstallOSUpdateResponse) Descriptor() ([]byte, []int)

Deprecated: Use InstallOSUpdateResponse.ProtoReflect.Descriptor instead.

func (*InstallOSUpdateResponse) ProtoMessage added in v0.3.5

func (*InstallOSUpdateResponse) ProtoMessage()

func (*InstallOSUpdateResponse) ProtoReflect added in v0.3.5

func (x *InstallOSUpdateResponse) ProtoReflect() protoreflect.Message

func (*InstallOSUpdateResponse) Reset added in v0.3.5

func (x *InstallOSUpdateResponse) Reset()

func (*InstallOSUpdateResponse) String added in v0.3.5

func (x *InstallOSUpdateResponse) String() string

func (*InstallOSUpdateResponse) Validate added in v0.3.5

func (m *InstallOSUpdateResponse) Validate() error

Validate checks the field values on InstallOSUpdateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*InstallOSUpdateResponse) ValidateAll added in v0.3.5

func (m *InstallOSUpdateResponse) ValidateAll() error

ValidateAll checks the field values on InstallOSUpdateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in InstallOSUpdateResponseMultiError, or nil if none found.

type InstallOSUpdateResponseMultiError added in v0.3.5

type InstallOSUpdateResponseMultiError []error

InstallOSUpdateResponseMultiError is an error wrapping multiple validation errors returned by InstallOSUpdateResponse.ValidateAll() if the designated constraints aren't met.

func (InstallOSUpdateResponseMultiError) AllErrors added in v0.3.5

func (m InstallOSUpdateResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallOSUpdateResponseMultiError) Error added in v0.3.5

Error returns a concatenation of all the error messages it wraps.

type InstallOSUpdateResponseValidationError added in v0.3.5

type InstallOSUpdateResponseValidationError struct {
	// contains filtered or unexported fields
}

InstallOSUpdateResponseValidationError is the validation error returned by InstallOSUpdateResponse.Validate if the designated constraints aren't met.

func (InstallOSUpdateResponseValidationError) Cause added in v0.3.5

Cause function returns cause value.

func (InstallOSUpdateResponseValidationError) Error added in v0.3.5

Error satisfies the builtin error interface

func (InstallOSUpdateResponseValidationError) ErrorName added in v0.3.5

ErrorName returns error name.

func (InstallOSUpdateResponseValidationError) Field added in v0.3.5

Field function returns field value.

func (InstallOSUpdateResponseValidationError) Key added in v0.3.5

Key function returns key value.

func (InstallOSUpdateResponseValidationError) Reason added in v0.3.5

Reason function returns reason value.

type InstalledApp added in v0.4.0

type InstalledApp struct {
	Application *App              `` /* 137-byte string literal not displayed */
	Status      *AppRunningStatus `protobuf:"bytes,2,opt,name=status,proto3" json:"status" bun:"status" csv:"status" pg:"status" yaml:"status"`
	// contains filtered or unexported fields
}

Aggregate model for the installed apps saved in blueprint

func (*InstalledApp) Descriptor deprecated added in v0.4.0

func (*InstalledApp) Descriptor() ([]byte, []int)

Deprecated: Use InstalledApp.ProtoReflect.Descriptor instead.

func (*InstalledApp) GetApplication added in v0.4.0

func (x *InstalledApp) GetApplication() *App

func (*InstalledApp) GetStatus added in v0.4.0

func (x *InstalledApp) GetStatus() *AppRunningStatus

func (*InstalledApp) ProtoMessage added in v0.4.0

func (*InstalledApp) ProtoMessage()

func (*InstalledApp) ProtoReflect added in v0.4.0

func (x *InstalledApp) ProtoReflect() protoreflect.Message

func (*InstalledApp) Reset added in v0.4.0

func (x *InstalledApp) Reset()

func (*InstalledApp) String added in v0.4.0

func (x *InstalledApp) String() string

func (*InstalledApp) Validate added in v0.4.0

func (m *InstalledApp) Validate() error

Validate checks the field values on InstalledApp with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*InstalledApp) ValidateAll added in v0.4.0

func (m *InstalledApp) ValidateAll() error

ValidateAll checks the field values on InstalledApp with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in InstalledAppMultiError, or nil if none found.

type InstalledAppMultiError added in v0.4.0

type InstalledAppMultiError []error

InstalledAppMultiError is an error wrapping multiple validation errors returned by InstalledApp.ValidateAll() if the designated constraints aren't met.

func (InstalledAppMultiError) AllErrors added in v0.4.0

func (m InstalledAppMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstalledAppMultiError) Error added in v0.4.0

func (m InstalledAppMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type InstalledAppValidationError added in v0.4.0

type InstalledAppValidationError struct {
	// contains filtered or unexported fields
}

InstalledAppValidationError is the validation error returned by InstalledApp.Validate if the designated constraints aren't met.

func (InstalledAppValidationError) Cause added in v0.4.0

Cause function returns cause value.

func (InstalledAppValidationError) Error added in v0.4.0

Error satisfies the builtin error interface

func (InstalledAppValidationError) ErrorName added in v0.4.0

func (e InstalledAppValidationError) ErrorName() string

ErrorName returns error name.

func (InstalledAppValidationError) Field added in v0.4.0

Field function returns field value.

func (InstalledAppValidationError) Key added in v0.4.0

Key function returns key value.

func (InstalledAppValidationError) Reason added in v0.4.0

Reason function returns reason value.

type IsDeviceSetupRequest added in v0.4.0

type IsDeviceSetupRequest struct {
	// contains filtered or unexported fields
}

func (*IsDeviceSetupRequest) Descriptor deprecated added in v0.4.0

func (*IsDeviceSetupRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsDeviceSetupRequest.ProtoReflect.Descriptor instead.

func (*IsDeviceSetupRequest) ProtoMessage added in v0.4.0

func (*IsDeviceSetupRequest) ProtoMessage()

func (*IsDeviceSetupRequest) ProtoReflect added in v0.4.0

func (x *IsDeviceSetupRequest) ProtoReflect() protoreflect.Message

func (*IsDeviceSetupRequest) Reset added in v0.4.0

func (x *IsDeviceSetupRequest) Reset()

func (*IsDeviceSetupRequest) String added in v0.4.0

func (x *IsDeviceSetupRequest) String() string

func (*IsDeviceSetupRequest) Validate added in v0.4.0

func (m *IsDeviceSetupRequest) Validate() error

Validate checks the field values on IsDeviceSetupRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IsDeviceSetupRequest) ValidateAll added in v0.4.0

func (m *IsDeviceSetupRequest) ValidateAll() error

ValidateAll checks the field values on IsDeviceSetupRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IsDeviceSetupRequestMultiError, or nil if none found.

type IsDeviceSetupRequestMultiError added in v0.4.0

type IsDeviceSetupRequestMultiError []error

IsDeviceSetupRequestMultiError is an error wrapping multiple validation errors returned by IsDeviceSetupRequest.ValidateAll() if the designated constraints aren't met.

func (IsDeviceSetupRequestMultiError) AllErrors added in v0.4.0

func (m IsDeviceSetupRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IsDeviceSetupRequestMultiError) Error added in v0.4.0

Error returns a concatenation of all the error messages it wraps.

type IsDeviceSetupRequestValidationError added in v0.4.0

type IsDeviceSetupRequestValidationError struct {
	// contains filtered or unexported fields
}

IsDeviceSetupRequestValidationError is the validation error returned by IsDeviceSetupRequest.Validate if the designated constraints aren't met.

func (IsDeviceSetupRequestValidationError) Cause added in v0.4.0

Cause function returns cause value.

func (IsDeviceSetupRequestValidationError) Error added in v0.4.0

Error satisfies the builtin error interface

func (IsDeviceSetupRequestValidationError) ErrorName added in v0.4.0

ErrorName returns error name.

func (IsDeviceSetupRequestValidationError) Field added in v0.4.0

Field function returns field value.

func (IsDeviceSetupRequestValidationError) Key added in v0.4.0

Key function returns key value.

func (IsDeviceSetupRequestValidationError) Reason added in v0.4.0

Reason function returns reason value.

type IsDeviceSetupResponse added in v0.4.0

type IsDeviceSetupResponse struct {

	// If false the device is not setup, and the user should be redirected into the onboarding flow
	Setup bool `protobuf:"varint,1,opt,name=setup,proto3" json:"setup" bun:"setup" csv:"setup" pg:"setup" yaml:"setup"`
	// contains filtered or unexported fields
}

func (*IsDeviceSetupResponse) Descriptor deprecated added in v0.4.0

func (*IsDeviceSetupResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsDeviceSetupResponse.ProtoReflect.Descriptor instead.

func (*IsDeviceSetupResponse) GetSetup added in v0.4.0

func (x *IsDeviceSetupResponse) GetSetup() bool

func (*IsDeviceSetupResponse) ProtoMessage added in v0.4.0

func (*IsDeviceSetupResponse) ProtoMessage()

func (*IsDeviceSetupResponse) ProtoReflect added in v0.4.0

func (x *IsDeviceSetupResponse) ProtoReflect() protoreflect.Message

func (*IsDeviceSetupResponse) Reset added in v0.4.0

func (x *IsDeviceSetupResponse) Reset()

func (*IsDeviceSetupResponse) String added in v0.4.0

func (x *IsDeviceSetupResponse) String() string

func (*IsDeviceSetupResponse) Validate added in v0.4.0

func (m *IsDeviceSetupResponse) Validate() error

Validate checks the field values on IsDeviceSetupResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IsDeviceSetupResponse) ValidateAll added in v0.4.0

func (m *IsDeviceSetupResponse) ValidateAll() error

ValidateAll checks the field values on IsDeviceSetupResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IsDeviceSetupResponseMultiError, or nil if none found.

type IsDeviceSetupResponseMultiError added in v0.4.0

type IsDeviceSetupResponseMultiError []error

IsDeviceSetupResponseMultiError is an error wrapping multiple validation errors returned by IsDeviceSetupResponse.ValidateAll() if the designated constraints aren't met.

func (IsDeviceSetupResponseMultiError) AllErrors added in v0.4.0

func (m IsDeviceSetupResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IsDeviceSetupResponseMultiError) Error added in v0.4.0

Error returns a concatenation of all the error messages it wraps.

type IsDeviceSetupResponseValidationError added in v0.4.0

type IsDeviceSetupResponseValidationError struct {
	// contains filtered or unexported fields
}

IsDeviceSetupResponseValidationError is the validation error returned by IsDeviceSetupResponse.Validate if the designated constraints aren't met.

func (IsDeviceSetupResponseValidationError) Cause added in v0.4.0

Cause function returns cause value.

func (IsDeviceSetupResponseValidationError) Error added in v0.4.0

Error satisfies the builtin error interface

func (IsDeviceSetupResponseValidationError) ErrorName added in v0.4.0

ErrorName returns error name.

func (IsDeviceSetupResponseValidationError) Field added in v0.4.0

Field function returns field value.

func (IsDeviceSetupResponseValidationError) Key added in v0.4.0

Key function returns key value.

func (IsDeviceSetupResponseValidationError) Reason added in v0.4.0

Reason function returns reason value.

type LocatorSettings added in v0.4.22

type LocatorSettings struct {
	Enabled           bool          `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled" bun:"enabled" csv:"enabled" pg:"enabled" yaml:"enabled"`
	Locators          []*v1.Locator `protobuf:"bytes,2,rep,name=locators,proto3" json:"locators" bun:"locators" csv:"locators" pg:"locators" yaml:"locators"`
	StunServerAddress string        `` /* 206-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LocatorSettings) Descriptor deprecated added in v0.4.22

func (*LocatorSettings) Descriptor() ([]byte, []int)

Deprecated: Use LocatorSettings.ProtoReflect.Descriptor instead.

func (*LocatorSettings) GetEnabled added in v0.4.23

func (x *LocatorSettings) GetEnabled() bool

func (*LocatorSettings) GetLocators added in v0.4.22

func (x *LocatorSettings) GetLocators() []*v1.Locator

func (*LocatorSettings) GetStunServerAddress added in v0.8.1

func (x *LocatorSettings) GetStunServerAddress() string

func (*LocatorSettings) ProtoMessage added in v0.4.22

func (*LocatorSettings) ProtoMessage()

func (*LocatorSettings) ProtoReflect added in v0.4.22

func (x *LocatorSettings) ProtoReflect() protoreflect.Message

func (*LocatorSettings) Reset added in v0.4.22

func (x *LocatorSettings) Reset()

func (*LocatorSettings) String added in v0.4.22

func (x *LocatorSettings) String() string

func (*LocatorSettings) Validate added in v0.4.22

func (m *LocatorSettings) Validate() error

Validate checks the field values on LocatorSettings with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LocatorSettings) ValidateAll added in v0.4.22

func (m *LocatorSettings) ValidateAll() error

ValidateAll checks the field values on LocatorSettings with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LocatorSettingsMultiError, or nil if none found.

type LocatorSettingsMultiError added in v0.4.22

type LocatorSettingsMultiError []error

LocatorSettingsMultiError is an error wrapping multiple validation errors returned by LocatorSettings.ValidateAll() if the designated constraints aren't met.

func (LocatorSettingsMultiError) AllErrors added in v0.4.22

func (m LocatorSettingsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LocatorSettingsMultiError) Error added in v0.4.22

Error returns a concatenation of all the error messages it wraps.

type LocatorSettingsValidationError added in v0.4.22

type LocatorSettingsValidationError struct {
	// contains filtered or unexported fields
}

LocatorSettingsValidationError is the validation error returned by LocatorSettings.Validate if the designated constraints aren't met.

func (LocatorSettingsValidationError) Cause added in v0.4.22

Cause function returns cause value.

func (LocatorSettingsValidationError) Error added in v0.4.22

Error satisfies the builtin error interface

func (LocatorSettingsValidationError) ErrorName added in v0.4.22

func (e LocatorSettingsValidationError) ErrorName() string

ErrorName returns error name.

func (LocatorSettingsValidationError) Field added in v0.4.22

Field function returns field value.

func (LocatorSettingsValidationError) Key added in v0.4.22

Key function returns key value.

func (LocatorSettingsValidationError) Reason added in v0.4.22

Reason function returns reason value.

type LoginRequest added in v0.4.0

type LoginRequest struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username" bun:"username" csv:"username" pg:"username" yaml:"username"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password" bun:"password" csv:"password" pg:"password" yaml:"password"`
	// contains filtered or unexported fields
}

func (*LoginRequest) Descriptor deprecated added in v0.4.0

func (*LoginRequest) Descriptor() ([]byte, []int)

Deprecated: Use LoginRequest.ProtoReflect.Descriptor instead.

func (*LoginRequest) GetPassword added in v0.4.0

func (x *LoginRequest) GetPassword() string

func (*LoginRequest) GetUsername added in v0.4.0

func (x *LoginRequest) GetUsername() string

func (*LoginRequest) ProtoMessage added in v0.4.0

func (*LoginRequest) ProtoMessage()

func (*LoginRequest) ProtoReflect added in v0.4.0

func (x *LoginRequest) ProtoReflect() protoreflect.Message

func (*LoginRequest) Reset added in v0.4.0

func (x *LoginRequest) Reset()

func (*LoginRequest) String added in v0.4.0

func (x *LoginRequest) String() string

func (*LoginRequest) Validate added in v0.4.0

func (m *LoginRequest) Validate() error

Validate checks the field values on LoginRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LoginRequest) ValidateAll added in v0.4.0

func (m *LoginRequest) ValidateAll() error

ValidateAll checks the field values on LoginRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoginRequestMultiError, or nil if none found.

type LoginRequestMultiError added in v0.4.0

type LoginRequestMultiError []error

LoginRequestMultiError is an error wrapping multiple validation errors returned by LoginRequest.ValidateAll() if the designated constraints aren't met.

func (LoginRequestMultiError) AllErrors added in v0.4.0

func (m LoginRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginRequestMultiError) Error added in v0.4.0

func (m LoginRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LoginRequestValidationError added in v0.4.0

type LoginRequestValidationError struct {
	// contains filtered or unexported fields
}

LoginRequestValidationError is the validation error returned by LoginRequest.Validate if the designated constraints aren't met.

func (LoginRequestValidationError) Cause added in v0.4.0

Cause function returns cause value.

func (LoginRequestValidationError) Error added in v0.4.0

Error satisfies the builtin error interface

func (LoginRequestValidationError) ErrorName added in v0.4.0

func (e LoginRequestValidationError) ErrorName() string

ErrorName returns error name.

func (LoginRequestValidationError) Field added in v0.4.0

Field function returns field value.

func (LoginRequestValidationError) Key added in v0.4.0

Key function returns key value.

func (LoginRequestValidationError) Reason added in v0.4.0

Reason function returns reason value.

type LoginResponse added in v0.4.0

type LoginResponse struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token" bun:"token" csv:"token" pg:"token" yaml:"token"`
	// contains filtered or unexported fields
}

func (*LoginResponse) Descriptor deprecated added in v0.4.0

func (*LoginResponse) Descriptor() ([]byte, []int)

Deprecated: Use LoginResponse.ProtoReflect.Descriptor instead.

func (*LoginResponse) GetToken added in v0.4.0

func (x *LoginResponse) GetToken() string

func (*LoginResponse) ProtoMessage added in v0.4.0

func (*LoginResponse) ProtoMessage()

func (*LoginResponse) ProtoReflect added in v0.4.0

func (x *LoginResponse) ProtoReflect() protoreflect.Message

func (*LoginResponse) Reset added in v0.4.0

func (x *LoginResponse) Reset()

func (*LoginResponse) String added in v0.4.0

func (x *LoginResponse) String() string

func (*LoginResponse) Validate added in v0.4.0

func (m *LoginResponse) Validate() error

Validate checks the field values on LoginResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LoginResponse) ValidateAll added in v0.4.0

func (m *LoginResponse) ValidateAll() error

ValidateAll checks the field values on LoginResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoginResponseMultiError, or nil if none found.

type LoginResponseMultiError added in v0.4.0

type LoginResponseMultiError []error

LoginResponseMultiError is an error wrapping multiple validation errors returned by LoginResponse.ValidateAll() if the designated constraints aren't met.

func (LoginResponseMultiError) AllErrors added in v0.4.0

func (m LoginResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginResponseMultiError) Error added in v0.4.0

func (m LoginResponseMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LoginResponseValidationError added in v0.4.0

type LoginResponseValidationError struct {
	// contains filtered or unexported fields
}

LoginResponseValidationError is the validation error returned by LoginResponse.Validate if the designated constraints aren't met.

func (LoginResponseValidationError) Cause added in v0.4.0

Cause function returns cause value.

func (LoginResponseValidationError) Error added in v0.4.0

Error satisfies the builtin error interface

func (LoginResponseValidationError) ErrorName added in v0.4.0

func (e LoginResponseValidationError) ErrorName() string

ErrorName returns error name.

func (LoginResponseValidationError) Field added in v0.4.0

Field function returns field value.

func (LoginResponseValidationError) Key added in v0.4.0

Key function returns key value.

func (LoginResponseValidationError) Reason added in v0.4.0

Reason function returns reason value.

type PeerConfiguration added in v0.5.0

type PeerConfiguration struct {
	Id            string                     `protobuf:"bytes,1,opt,name=id,proto3" json:"id" bun:"id" csv:"id" pg:"id" yaml:"id"`
	PublicKey     string                     `` /* 145-byte string literal not displayed */
	PrivateKey    string                     `` /* 152-byte string literal not displayed */
	ClientDetails *ClientRegistrationDetails `` /* 173-byte string literal not displayed */
	// contains filtered or unexported fields
}

Model to store config in key/val store

func (*PeerConfiguration) Descriptor deprecated added in v0.5.0

func (*PeerConfiguration) Descriptor() ([]byte, []int)

Deprecated: Use PeerConfiguration.ProtoReflect.Descriptor instead.

func (*PeerConfiguration) GetClientDetails added in v0.7.0

func (x *PeerConfiguration) GetClientDetails() *ClientRegistrationDetails

func (*PeerConfiguration) GetId added in v0.5.0

func (x *PeerConfiguration) GetId() string

func (*PeerConfiguration) GetPrivateKey added in v0.5.0

func (x *PeerConfiguration) GetPrivateKey() string

func (*PeerConfiguration) GetPublicKey added in v0.5.0

func (x *PeerConfiguration) GetPublicKey() string

func (*PeerConfiguration) ProtoMessage added in v0.5.0

func (*PeerConfiguration) ProtoMessage()

func (*PeerConfiguration) ProtoReflect added in v0.5.0

func (x *PeerConfiguration) ProtoReflect() protoreflect.Message

func (*PeerConfiguration) Reset added in v0.5.0

func (x *PeerConfiguration) Reset()

func (*PeerConfiguration) String added in v0.5.0

func (x *PeerConfiguration) String() string

func (*PeerConfiguration) Validate added in v0.5.0

func (m *PeerConfiguration) Validate() error

Validate checks the field values on PeerConfiguration with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PeerConfiguration) ValidateAll added in v0.5.0

func (m *PeerConfiguration) ValidateAll() error

ValidateAll checks the field values on PeerConfiguration with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PeerConfigurationMultiError, or nil if none found.

type PeerConfigurationMultiError added in v0.5.0

type PeerConfigurationMultiError []error

PeerConfigurationMultiError is an error wrapping multiple validation errors returned by PeerConfiguration.ValidateAll() if the designated constraints aren't met.

func (PeerConfigurationMultiError) AllErrors added in v0.5.0

func (m PeerConfigurationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PeerConfigurationMultiError) Error added in v0.5.0

Error returns a concatenation of all the error messages it wraps.

type PeerConfigurationValidationError added in v0.5.0

type PeerConfigurationValidationError struct {
	// contains filtered or unexported fields
}

PeerConfigurationValidationError is the validation error returned by PeerConfiguration.Validate if the designated constraints aren't met.

func (PeerConfigurationValidationError) Cause added in v0.5.0

Cause function returns cause value.

func (PeerConfigurationValidationError) Error added in v0.5.0

Error satisfies the builtin error interface

func (PeerConfigurationValidationError) ErrorName added in v0.5.0

ErrorName returns error name.

func (PeerConfigurationValidationError) Field added in v0.5.0

Field function returns field value.

func (PeerConfigurationValidationError) Key added in v0.5.0

Key function returns key value.

func (PeerConfigurationValidationError) Reason added in v0.5.0

Reason function returns reason value.

type RegisterPeerRequest added in v0.5.0

type RegisterPeerRequest struct {
	// contains filtered or unexported fields
}

func (*RegisterPeerRequest) Descriptor deprecated added in v0.5.0

func (*RegisterPeerRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegisterPeerRequest.ProtoReflect.Descriptor instead.

func (*RegisterPeerRequest) ProtoMessage added in v0.5.0

func (*RegisterPeerRequest) ProtoMessage()

func (*RegisterPeerRequest) ProtoReflect added in v0.5.0

func (x *RegisterPeerRequest) ProtoReflect() protoreflect.Message

func (*RegisterPeerRequest) Reset added in v0.5.0

func (x *RegisterPeerRequest) Reset()

func (*RegisterPeerRequest) String added in v0.5.0

func (x *RegisterPeerRequest) String() string

func (*RegisterPeerRequest) Validate added in v0.5.0

func (m *RegisterPeerRequest) Validate() error

Validate checks the field values on RegisterPeerRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RegisterPeerRequest) ValidateAll added in v0.5.0

func (m *RegisterPeerRequest) ValidateAll() error

ValidateAll checks the field values on RegisterPeerRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RegisterPeerRequestMultiError, or nil if none found.

type RegisterPeerRequestMultiError added in v0.5.0

type RegisterPeerRequestMultiError []error

RegisterPeerRequestMultiError is an error wrapping multiple validation errors returned by RegisterPeerRequest.ValidateAll() if the designated constraints aren't met.

func (RegisterPeerRequestMultiError) AllErrors added in v0.5.0

func (m RegisterPeerRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RegisterPeerRequestMultiError) Error added in v0.5.0

Error returns a concatenation of all the error messages it wraps.

type RegisterPeerRequestValidationError added in v0.5.0

type RegisterPeerRequestValidationError struct {
	// contains filtered or unexported fields
}

RegisterPeerRequestValidationError is the validation error returned by RegisterPeerRequest.Validate if the designated constraints aren't met.

func (RegisterPeerRequestValidationError) Cause added in v0.5.0

Cause function returns cause value.

func (RegisterPeerRequestValidationError) Error added in v0.5.0

Error satisfies the builtin error interface

func (RegisterPeerRequestValidationError) ErrorName added in v0.5.0

ErrorName returns error name.

func (RegisterPeerRequestValidationError) Field added in v0.5.0

Field function returns field value.

func (RegisterPeerRequestValidationError) Key added in v0.5.0

Key function returns key value.

func (RegisterPeerRequestValidationError) Reason added in v0.5.0

Reason function returns reason value.

type RegisterPeerResponse added in v0.5.0

type RegisterPeerResponse struct {

	// client config
	PrivateKey string   `` /* 152-byte string literal not displayed */
	PublicKey  string   `` /* 145-byte string literal not displayed */
	Addresses  []string `protobuf:"bytes,3,rep,name=addresses,proto3" json:"addresses" bun:"addresses" csv:"addresses" pg:"addresses" yaml:"addresses"`
	DnsServers []string `` /* 152-byte string literal not displayed */
	// server config
	ServerPublicKey string `` /* 192-byte string literal not displayed */
	ServerId        string `` /* 138-byte string literal not displayed */
	LocatorUrl      string `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RegisterPeerResponse) Descriptor deprecated added in v0.5.0

func (*RegisterPeerResponse) Descriptor() ([]byte, []int)

Deprecated: Use RegisterPeerResponse.ProtoReflect.Descriptor instead.

func (*RegisterPeerResponse) GetAddresses added in v0.5.0

func (x *RegisterPeerResponse) GetAddresses() []string

func (*RegisterPeerResponse) GetDnsServers added in v0.5.0

func (x *RegisterPeerResponse) GetDnsServers() []string

func (*RegisterPeerResponse) GetLocatorUrl added in v0.5.0

func (x *RegisterPeerResponse) GetLocatorUrl() string

func (*RegisterPeerResponse) GetPrivateKey added in v0.5.0

func (x *RegisterPeerResponse) GetPrivateKey() string

func (*RegisterPeerResponse) GetPublicKey added in v0.5.0

func (x *RegisterPeerResponse) GetPublicKey() string

func (*RegisterPeerResponse) GetServerId added in v0.5.0

func (x *RegisterPeerResponse) GetServerId() string

func (*RegisterPeerResponse) GetServerPublicKey added in v0.5.0

func (x *RegisterPeerResponse) GetServerPublicKey() string

func (*RegisterPeerResponse) ProtoMessage added in v0.5.0

func (*RegisterPeerResponse) ProtoMessage()

func (*RegisterPeerResponse) ProtoReflect added in v0.5.0

func (x *RegisterPeerResponse) ProtoReflect() protoreflect.Message

func (*RegisterPeerResponse) Reset added in v0.5.0

func (x *RegisterPeerResponse) Reset()

func (*RegisterPeerResponse) String added in v0.5.0

func (x *RegisterPeerResponse) String() string

func (*RegisterPeerResponse) Validate added in v0.5.0

func (m *RegisterPeerResponse) Validate() error

Validate checks the field values on RegisterPeerResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RegisterPeerResponse) ValidateAll added in v0.5.0

func (m *RegisterPeerResponse) ValidateAll() error

ValidateAll checks the field values on RegisterPeerResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RegisterPeerResponseMultiError, or nil if none found.

type RegisterPeerResponseMultiError added in v0.5.0

type RegisterPeerResponseMultiError []error

RegisterPeerResponseMultiError is an error wrapping multiple validation errors returned by RegisterPeerResponse.ValidateAll() if the designated constraints aren't met.

func (RegisterPeerResponseMultiError) AllErrors added in v0.5.0

func (m RegisterPeerResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RegisterPeerResponseMultiError) Error added in v0.5.0

Error returns a concatenation of all the error messages it wraps.

type RegisterPeerResponseValidationError added in v0.5.0

type RegisterPeerResponseValidationError struct {
	// contains filtered or unexported fields
}

RegisterPeerResponseValidationError is the validation error returned by RegisterPeerResponse.Validate if the designated constraints aren't met.

func (RegisterPeerResponseValidationError) Cause added in v0.5.0

Cause function returns cause value.

func (RegisterPeerResponseValidationError) Error added in v0.5.0

Error satisfies the builtin error interface

func (RegisterPeerResponseValidationError) ErrorName added in v0.5.0

ErrorName returns error name.

func (RegisterPeerResponseValidationError) Field added in v0.5.0

Field function returns field value.

func (RegisterPeerResponseValidationError) Key added in v0.5.0

Key function returns key value.

func (RegisterPeerResponseValidationError) Reason added in v0.5.0

Reason function returns reason value.

type RegisterToLocatorRequest added in v0.4.22

type RegisterToLocatorRequest struct {
	LocatorAddress string `` // TODO: eventually this is where the access key will be included that the user receives after purchasing the locator subscription
	/* 180-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RegisterToLocatorRequest) Descriptor deprecated added in v0.4.22

func (*RegisterToLocatorRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegisterToLocatorRequest.ProtoReflect.Descriptor instead.

func (*RegisterToLocatorRequest) GetLocatorAddress added in v0.4.22

func (x *RegisterToLocatorRequest) GetLocatorAddress() string

func (*RegisterToLocatorRequest) ProtoMessage added in v0.4.22

func (*RegisterToLocatorRequest) ProtoMessage()

func (*RegisterToLocatorRequest) ProtoReflect added in v0.4.22

func (x *RegisterToLocatorRequest) ProtoReflect() protoreflect.Message

func (*RegisterToLocatorRequest) Reset added in v0.4.22

func (x *RegisterToLocatorRequest) Reset()

func (*RegisterToLocatorRequest) String added in v0.4.22

func (x *RegisterToLocatorRequest) String() string

func (*RegisterToLocatorRequest) Validate added in v0.4.22

func (m *RegisterToLocatorRequest) Validate() error

Validate checks the field values on RegisterToLocatorRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RegisterToLocatorRequest) ValidateAll added in v0.4.22

func (m *RegisterToLocatorRequest) ValidateAll() error

ValidateAll checks the field values on RegisterToLocatorRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RegisterToLocatorRequestMultiError, or nil if none found.

type RegisterToLocatorRequestMultiError added in v0.4.22

type RegisterToLocatorRequestMultiError []error

RegisterToLocatorRequestMultiError is an error wrapping multiple validation errors returned by RegisterToLocatorRequest.ValidateAll() if the designated constraints aren't met.

func (RegisterToLocatorRequestMultiError) AllErrors added in v0.4.22

func (m RegisterToLocatorRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RegisterToLocatorRequestMultiError) Error added in v0.4.22

Error returns a concatenation of all the error messages it wraps.

type RegisterToLocatorRequestValidationError added in v0.4.22

type RegisterToLocatorRequestValidationError struct {
	// contains filtered or unexported fields
}

RegisterToLocatorRequestValidationError is the validation error returned by RegisterToLocatorRequest.Validate if the designated constraints aren't met.

func (RegisterToLocatorRequestValidationError) Cause added in v0.4.22

Cause function returns cause value.

func (RegisterToLocatorRequestValidationError) Error added in v0.4.22

Error satisfies the builtin error interface

func (RegisterToLocatorRequestValidationError) ErrorName added in v0.4.22

ErrorName returns error name.

func (RegisterToLocatorRequestValidationError) Field added in v0.4.22

Field function returns field value.

func (RegisterToLocatorRequestValidationError) Key added in v0.4.22

Key function returns key value.

func (RegisterToLocatorRequestValidationError) Reason added in v0.4.22

Reason function returns reason value.

type RegisterToLocatorResponse added in v0.4.22

type RegisterToLocatorResponse struct {
	Locator *v1.Locator `protobuf:"bytes,1,opt,name=locator,proto3" json:"locator" bun:"locator" csv:"locator" pg:"locator" yaml:"locator"`
	// contains filtered or unexported fields
}

func (*RegisterToLocatorResponse) Descriptor deprecated added in v0.4.22

func (*RegisterToLocatorResponse) Descriptor() ([]byte, []int)

Deprecated: Use RegisterToLocatorResponse.ProtoReflect.Descriptor instead.

func (*RegisterToLocatorResponse) GetLocator added in v0.4.24

func (x *RegisterToLocatorResponse) GetLocator() *v1.Locator

func (*RegisterToLocatorResponse) ProtoMessage added in v0.4.22

func (*RegisterToLocatorResponse) ProtoMessage()

func (*RegisterToLocatorResponse) ProtoReflect added in v0.4.22

func (*RegisterToLocatorResponse) Reset added in v0.4.22

func (x *RegisterToLocatorResponse) Reset()

func (*RegisterToLocatorResponse) String added in v0.4.22

func (x *RegisterToLocatorResponse) String() string

func (*RegisterToLocatorResponse) Validate added in v0.4.22

func (m *RegisterToLocatorResponse) Validate() error

Validate checks the field values on RegisterToLocatorResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RegisterToLocatorResponse) ValidateAll added in v0.4.22

func (m *RegisterToLocatorResponse) ValidateAll() error

ValidateAll checks the field values on RegisterToLocatorResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RegisterToLocatorResponseMultiError, or nil if none found.

type RegisterToLocatorResponseMultiError added in v0.4.22

type RegisterToLocatorResponseMultiError []error

RegisterToLocatorResponseMultiError is an error wrapping multiple validation errors returned by RegisterToLocatorResponse.ValidateAll() if the designated constraints aren't met.

func (RegisterToLocatorResponseMultiError) AllErrors added in v0.4.22

AllErrors returns a list of validation violation errors.

func (RegisterToLocatorResponseMultiError) Error added in v0.4.22

Error returns a concatenation of all the error messages it wraps.

type RegisterToLocatorResponseValidationError added in v0.4.22

type RegisterToLocatorResponseValidationError struct {
	// contains filtered or unexported fields
}

RegisterToLocatorResponseValidationError is the validation error returned by RegisterToLocatorResponse.Validate if the designated constraints aren't met.

func (RegisterToLocatorResponseValidationError) Cause added in v0.4.22

Cause function returns cause value.

func (RegisterToLocatorResponseValidationError) Error added in v0.4.22

Error satisfies the builtin error interface

func (RegisterToLocatorResponseValidationError) ErrorName added in v0.4.22

ErrorName returns error name.

func (RegisterToLocatorResponseValidationError) Field added in v0.4.22

Field function returns field value.

func (RegisterToLocatorResponseValidationError) Key added in v0.4.22

Key function returns key value.

func (RegisterToLocatorResponseValidationError) Reason added in v0.4.22

Reason function returns reason value.

type RemoveMdnsHostRequest added in v0.4.9

type RemoveMdnsHostRequest struct {
	Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname" bun:"hostname" csv:"hostname" pg:"hostname" yaml:"hostname"`
	// contains filtered or unexported fields
}

func (*RemoveMdnsHostRequest) Descriptor deprecated added in v0.4.9

func (*RemoveMdnsHostRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveMdnsHostRequest.ProtoReflect.Descriptor instead.

func (*RemoveMdnsHostRequest) GetHostname added in v0.4.9

func (x *RemoveMdnsHostRequest) GetHostname() string

func (*RemoveMdnsHostRequest) ProtoMessage added in v0.4.9

func (*RemoveMdnsHostRequest) ProtoMessage()

func (*RemoveMdnsHostRequest) ProtoReflect added in v0.4.9

func (x *RemoveMdnsHostRequest) ProtoReflect() protoreflect.Message

func (*RemoveMdnsHostRequest) Reset added in v0.4.9

func (x *RemoveMdnsHostRequest) Reset()

func (*RemoveMdnsHostRequest) String added in v0.4.9

func (x *RemoveMdnsHostRequest) String() string

func (*RemoveMdnsHostRequest) Validate added in v0.4.9

func (m *RemoveMdnsHostRequest) Validate() error

Validate checks the field values on RemoveMdnsHostRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RemoveMdnsHostRequest) ValidateAll added in v0.4.9

func (m *RemoveMdnsHostRequest) ValidateAll() error

ValidateAll checks the field values on RemoveMdnsHostRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RemoveMdnsHostRequestMultiError, or nil if none found.

type RemoveMdnsHostRequestMultiError added in v0.4.9

type RemoveMdnsHostRequestMultiError []error

RemoveMdnsHostRequestMultiError is an error wrapping multiple validation errors returned by RemoveMdnsHostRequest.ValidateAll() if the designated constraints aren't met.

func (RemoveMdnsHostRequestMultiError) AllErrors added in v0.4.9

func (m RemoveMdnsHostRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RemoveMdnsHostRequestMultiError) Error added in v0.4.9

Error returns a concatenation of all the error messages it wraps.

type RemoveMdnsHostRequestValidationError added in v0.4.9

type RemoveMdnsHostRequestValidationError struct {
	// contains filtered or unexported fields
}

RemoveMdnsHostRequestValidationError is the validation error returned by RemoveMdnsHostRequest.Validate if the designated constraints aren't met.

func (RemoveMdnsHostRequestValidationError) Cause added in v0.4.9

Cause function returns cause value.

func (RemoveMdnsHostRequestValidationError) Error added in v0.4.9

Error satisfies the builtin error interface

func (RemoveMdnsHostRequestValidationError) ErrorName added in v0.4.9

ErrorName returns error name.

func (RemoveMdnsHostRequestValidationError) Field added in v0.4.9

Field function returns field value.

func (RemoveMdnsHostRequestValidationError) Key added in v0.4.9

Key function returns key value.

func (RemoveMdnsHostRequestValidationError) Reason added in v0.4.9

Reason function returns reason value.

type RemoveMdnsHostResponse added in v0.4.9

type RemoveMdnsHostResponse struct {
	// contains filtered or unexported fields
}

func (*RemoveMdnsHostResponse) Descriptor deprecated added in v0.4.9

func (*RemoveMdnsHostResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveMdnsHostResponse.ProtoReflect.Descriptor instead.

func (*RemoveMdnsHostResponse) ProtoMessage added in v0.4.9

func (*RemoveMdnsHostResponse) ProtoMessage()

func (*RemoveMdnsHostResponse) ProtoReflect added in v0.4.9

func (x *RemoveMdnsHostResponse) ProtoReflect() protoreflect.Message

func (*RemoveMdnsHostResponse) Reset added in v0.4.9

func (x *RemoveMdnsHostResponse) Reset()

func (*RemoveMdnsHostResponse) String added in v0.4.9

func (x *RemoveMdnsHostResponse) String() string

func (*RemoveMdnsHostResponse) Validate added in v0.4.9

func (m *RemoveMdnsHostResponse) Validate() error

Validate checks the field values on RemoveMdnsHostResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RemoveMdnsHostResponse) ValidateAll added in v0.4.9

func (m *RemoveMdnsHostResponse) ValidateAll() error

ValidateAll checks the field values on RemoveMdnsHostResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RemoveMdnsHostResponseMultiError, or nil if none found.

type RemoveMdnsHostResponseMultiError added in v0.4.9

type RemoveMdnsHostResponseMultiError []error

RemoveMdnsHostResponseMultiError is an error wrapping multiple validation errors returned by RemoveMdnsHostResponse.ValidateAll() if the designated constraints aren't met.

func (RemoveMdnsHostResponseMultiError) AllErrors added in v0.4.9

func (m RemoveMdnsHostResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RemoveMdnsHostResponseMultiError) Error added in v0.4.9

Error returns a concatenation of all the error messages it wraps.

type RemoveMdnsHostResponseValidationError added in v0.4.9

type RemoveMdnsHostResponseValidationError struct {
	// contains filtered or unexported fields
}

RemoveMdnsHostResponseValidationError is the validation error returned by RemoveMdnsHostResponse.Validate if the designated constraints aren't met.

func (RemoveMdnsHostResponseValidationError) Cause added in v0.4.9

Cause function returns cause value.

func (RemoveMdnsHostResponseValidationError) Error added in v0.4.9

Error satisfies the builtin error interface

func (RemoveMdnsHostResponseValidationError) ErrorName added in v0.4.9

ErrorName returns error name.

func (RemoveMdnsHostResponseValidationError) Field added in v0.4.9

Field function returns field value.

func (RemoveMdnsHostResponseValidationError) Key added in v0.4.9

Key function returns key value.

func (RemoveMdnsHostResponseValidationError) Reason added in v0.4.9

Reason function returns reason value.

type RestartHostRequest

type RestartHostRequest struct {
	// contains filtered or unexported fields
}

func (*RestartHostRequest) Descriptor deprecated

func (*RestartHostRequest) Descriptor() ([]byte, []int)

Deprecated: Use RestartHostRequest.ProtoReflect.Descriptor instead.

func (*RestartHostRequest) ProtoMessage

func (*RestartHostRequest) ProtoMessage()

func (*RestartHostRequest) ProtoReflect

func (x *RestartHostRequest) ProtoReflect() protoreflect.Message

func (*RestartHostRequest) Reset

func (x *RestartHostRequest) Reset()

func (*RestartHostRequest) String

func (x *RestartHostRequest) String() string

func (*RestartHostRequest) Validate

func (m *RestartHostRequest) Validate() error

Validate checks the field values on RestartHostRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RestartHostRequest) ValidateAll

func (m *RestartHostRequest) ValidateAll() error

ValidateAll checks the field values on RestartHostRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RestartHostRequestMultiError, or nil if none found.

type RestartHostRequestMultiError

type RestartHostRequestMultiError []error

RestartHostRequestMultiError is an error wrapping multiple validation errors returned by RestartHostRequest.ValidateAll() if the designated constraints aren't met.

func (RestartHostRequestMultiError) AllErrors

func (m RestartHostRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RestartHostRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RestartHostRequestValidationError

type RestartHostRequestValidationError struct {
	// contains filtered or unexported fields
}

RestartHostRequestValidationError is the validation error returned by RestartHostRequest.Validate if the designated constraints aren't met.

func (RestartHostRequestValidationError) Cause

Cause function returns cause value.

func (RestartHostRequestValidationError) Error

Error satisfies the builtin error interface

func (RestartHostRequestValidationError) ErrorName

ErrorName returns error name.

func (RestartHostRequestValidationError) Field

Field function returns field value.

func (RestartHostRequestValidationError) Key

Key function returns key value.

func (RestartHostRequestValidationError) Reason

Reason function returns reason value.

type RestartHostResponse

type RestartHostResponse struct {
	// contains filtered or unexported fields
}

func (*RestartHostResponse) Descriptor deprecated

func (*RestartHostResponse) Descriptor() ([]byte, []int)

Deprecated: Use RestartHostResponse.ProtoReflect.Descriptor instead.

func (*RestartHostResponse) ProtoMessage

func (*RestartHostResponse) ProtoMessage()

func (*RestartHostResponse) ProtoReflect

func (x *RestartHostResponse) ProtoReflect() protoreflect.Message

func (*RestartHostResponse) Reset

func (x *RestartHostResponse) Reset()

func (*RestartHostResponse) String

func (x *RestartHostResponse) String() string

func (*RestartHostResponse) Validate

func (m *RestartHostResponse) Validate() error

Validate checks the field values on RestartHostResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RestartHostResponse) ValidateAll

func (m *RestartHostResponse) ValidateAll() error

ValidateAll checks the field values on RestartHostResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RestartHostResponseMultiError, or nil if none found.

type RestartHostResponseMultiError

type RestartHostResponseMultiError []error

RestartHostResponseMultiError is an error wrapping multiple validation errors returned by RestartHostResponse.ValidateAll() if the designated constraints aren't met.

func (RestartHostResponseMultiError) AllErrors

func (m RestartHostResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RestartHostResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RestartHostResponseValidationError

type RestartHostResponseValidationError struct {
	// contains filtered or unexported fields
}

RestartHostResponseValidationError is the validation error returned by RestartHostResponse.Validate if the designated constraints aren't met.

func (RestartHostResponseValidationError) Cause

Cause function returns cause value.

func (RestartHostResponseValidationError) Error

Error satisfies the builtin error interface

func (RestartHostResponseValidationError) ErrorName

ErrorName returns error name.

func (RestartHostResponseValidationError) Field

Field function returns field value.

func (RestartHostResponseValidationError) Key

Key function returns key value.

func (RestartHostResponseValidationError) Reason

Reason function returns reason value.

type ServerEvent added in v0.4.10

type ServerEvent struct {

	// Types that are assignable to Event:
	//
	//	*ServerEvent_Heartbeat
	//	*ServerEvent_Error
	//	*ServerEvent_AppInstalled
	Event isServerEvent_Event `protobuf_oneof:"event"`
	// contains filtered or unexported fields
}

func (*ServerEvent) Descriptor deprecated added in v0.4.10

func (*ServerEvent) Descriptor() ([]byte, []int)

Deprecated: Use ServerEvent.ProtoReflect.Descriptor instead.

func (*ServerEvent) GetAppInstalled added in v0.4.10

func (x *ServerEvent) GetAppInstalled() *AppInstalledEvent

func (*ServerEvent) GetError added in v0.4.10

func (x *ServerEvent) GetError() *ErrorEvent

func (*ServerEvent) GetEvent added in v0.4.10

func (m *ServerEvent) GetEvent() isServerEvent_Event

func (*ServerEvent) GetHeartbeat added in v0.4.10

func (x *ServerEvent) GetHeartbeat() *HeartbeatEvent

func (*ServerEvent) ProtoMessage added in v0.4.10

func (*ServerEvent) ProtoMessage()

func (*ServerEvent) ProtoReflect added in v0.4.10

func (x *ServerEvent) ProtoReflect() protoreflect.Message

func (*ServerEvent) Reset added in v0.4.10

func (x *ServerEvent) Reset()

func (*ServerEvent) String added in v0.4.10

func (x *ServerEvent) String() string

func (*ServerEvent) Validate added in v0.4.10

func (m *ServerEvent) Validate() error

Validate checks the field values on ServerEvent with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ServerEvent) ValidateAll added in v0.4.10

func (m *ServerEvent) ValidateAll() error

ValidateAll checks the field values on ServerEvent with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ServerEventMultiError, or nil if none found.

type ServerEventMultiError added in v0.4.10

type ServerEventMultiError []error

ServerEventMultiError is an error wrapping multiple validation errors returned by ServerEvent.ValidateAll() if the designated constraints aren't met.

func (ServerEventMultiError) AllErrors added in v0.4.10

func (m ServerEventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ServerEventMultiError) Error added in v0.4.10

func (m ServerEventMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ServerEventValidationError added in v0.4.10

type ServerEventValidationError struct {
	// contains filtered or unexported fields
}

ServerEventValidationError is the validation error returned by ServerEvent.Validate if the designated constraints aren't met.

func (ServerEventValidationError) Cause added in v0.4.10

Cause function returns cause value.

func (ServerEventValidationError) Error added in v0.4.10

Error satisfies the builtin error interface

func (ServerEventValidationError) ErrorName added in v0.4.10

func (e ServerEventValidationError) ErrorName() string

ErrorName returns error name.

func (ServerEventValidationError) Field added in v0.4.10

Field function returns field value.

func (ServerEventValidationError) Key added in v0.4.10

Key function returns key value.

func (ServerEventValidationError) Reason added in v0.4.10

Reason function returns reason value.

type ServerEvent_AppInstalled added in v0.4.10

type ServerEvent_AppInstalled struct {
	AppInstalled *AppInstalledEvent `` /* 172-byte string literal not displayed */
}

type ServerEvent_Error added in v0.4.10

type ServerEvent_Error struct {
	Error *ErrorEvent `protobuf:"bytes,2,opt,name=error,proto3,oneof" bun:"error" csv:"error" json:"error" pg:"error" yaml:"error"`
}

type ServerEvent_Heartbeat added in v0.4.10

type ServerEvent_Heartbeat struct {
	Heartbeat *HeartbeatEvent `` /* 131-byte string literal not displayed */
}

type SetDeviceSettingsRequest added in v0.4.15

type SetDeviceSettingsRequest struct {
	Settings *DeviceSettings `protobuf:"bytes,1,opt,name=settings,proto3" json:"settings" bun:"settings" csv:"settings" pg:"settings" yaml:"settings"`
	// contains filtered or unexported fields
}

func (*SetDeviceSettingsRequest) Descriptor deprecated added in v0.4.15

func (*SetDeviceSettingsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetDeviceSettingsRequest.ProtoReflect.Descriptor instead.

func (*SetDeviceSettingsRequest) GetSettings added in v0.4.15

func (x *SetDeviceSettingsRequest) GetSettings() *DeviceSettings

func (*SetDeviceSettingsRequest) ProtoMessage added in v0.4.15

func (*SetDeviceSettingsRequest) ProtoMessage()

func (*SetDeviceSettingsRequest) ProtoReflect added in v0.4.15

func (x *SetDeviceSettingsRequest) ProtoReflect() protoreflect.Message

func (*SetDeviceSettingsRequest) Reset added in v0.4.15

func (x *SetDeviceSettingsRequest) Reset()

func (*SetDeviceSettingsRequest) String added in v0.4.15

func (x *SetDeviceSettingsRequest) String() string

func (*SetDeviceSettingsRequest) Validate added in v0.4.15

func (m *SetDeviceSettingsRequest) Validate() error

Validate checks the field values on SetDeviceSettingsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetDeviceSettingsRequest) ValidateAll added in v0.4.15

func (m *SetDeviceSettingsRequest) ValidateAll() error

ValidateAll checks the field values on SetDeviceSettingsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetDeviceSettingsRequestMultiError, or nil if none found.

type SetDeviceSettingsRequestMultiError added in v0.4.15

type SetDeviceSettingsRequestMultiError []error

SetDeviceSettingsRequestMultiError is an error wrapping multiple validation errors returned by SetDeviceSettingsRequest.ValidateAll() if the designated constraints aren't met.

func (SetDeviceSettingsRequestMultiError) AllErrors added in v0.4.15

func (m SetDeviceSettingsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetDeviceSettingsRequestMultiError) Error added in v0.4.15

Error returns a concatenation of all the error messages it wraps.

type SetDeviceSettingsRequestValidationError added in v0.4.15

type SetDeviceSettingsRequestValidationError struct {
	// contains filtered or unexported fields
}

SetDeviceSettingsRequestValidationError is the validation error returned by SetDeviceSettingsRequest.Validate if the designated constraints aren't met.

func (SetDeviceSettingsRequestValidationError) Cause added in v0.4.15

Cause function returns cause value.

func (SetDeviceSettingsRequestValidationError) Error added in v0.4.15

Error satisfies the builtin error interface

func (SetDeviceSettingsRequestValidationError) ErrorName added in v0.4.15

ErrorName returns error name.

func (SetDeviceSettingsRequestValidationError) Field added in v0.4.15

Field function returns field value.

func (SetDeviceSettingsRequestValidationError) Key added in v0.4.15

Key function returns key value.

func (SetDeviceSettingsRequestValidationError) Reason added in v0.4.15

Reason function returns reason value.

type SetDeviceSettingsResponse added in v0.4.15

type SetDeviceSettingsResponse struct {
	// contains filtered or unexported fields
}

func (*SetDeviceSettingsResponse) Descriptor deprecated added in v0.4.15

func (*SetDeviceSettingsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetDeviceSettingsResponse.ProtoReflect.Descriptor instead.

func (*SetDeviceSettingsResponse) ProtoMessage added in v0.4.15

func (*SetDeviceSettingsResponse) ProtoMessage()

func (*SetDeviceSettingsResponse) ProtoReflect added in v0.4.15

func (*SetDeviceSettingsResponse) Reset added in v0.4.15

func (x *SetDeviceSettingsResponse) Reset()

func (*SetDeviceSettingsResponse) String added in v0.4.15

func (x *SetDeviceSettingsResponse) String() string

func (*SetDeviceSettingsResponse) Validate added in v0.4.15

func (m *SetDeviceSettingsResponse) Validate() error

Validate checks the field values on SetDeviceSettingsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetDeviceSettingsResponse) ValidateAll added in v0.4.15

func (m *SetDeviceSettingsResponse) ValidateAll() error

ValidateAll checks the field values on SetDeviceSettingsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetDeviceSettingsResponseMultiError, or nil if none found.

type SetDeviceSettingsResponseMultiError added in v0.4.15

type SetDeviceSettingsResponseMultiError []error

SetDeviceSettingsResponseMultiError is an error wrapping multiple validation errors returned by SetDeviceSettingsResponse.ValidateAll() if the designated constraints aren't met.

func (SetDeviceSettingsResponseMultiError) AllErrors added in v0.4.15

AllErrors returns a list of validation violation errors.

func (SetDeviceSettingsResponseMultiError) Error added in v0.4.15

Error returns a concatenation of all the error messages it wraps.

type SetDeviceSettingsResponseValidationError added in v0.4.15

type SetDeviceSettingsResponseValidationError struct {
	// contains filtered or unexported fields
}

SetDeviceSettingsResponseValidationError is the validation error returned by SetDeviceSettingsResponse.Validate if the designated constraints aren't met.

func (SetDeviceSettingsResponseValidationError) Cause added in v0.4.15

Cause function returns cause value.

func (SetDeviceSettingsResponseValidationError) Error added in v0.4.15

Error satisfies the builtin error interface

func (SetDeviceSettingsResponseValidationError) ErrorName added in v0.4.15

ErrorName returns error name.

func (SetDeviceSettingsResponseValidationError) Field added in v0.4.15

Field function returns field value.

func (SetDeviceSettingsResponseValidationError) Key added in v0.4.15

Key function returns key value.

func (SetDeviceSettingsResponseValidationError) Reason added in v0.4.15

Reason function returns reason value.

type SetSystemImageRequest added in v0.3.6

type SetSystemImageRequest struct {
	CurrentImage   string `` /* 166-byte string literal not displayed */
	RequestedImage string `` /* 180-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetSystemImageRequest) Descriptor deprecated added in v0.3.6

func (*SetSystemImageRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetSystemImageRequest.ProtoReflect.Descriptor instead.

func (*SetSystemImageRequest) GetCurrentImage added in v0.3.6

func (x *SetSystemImageRequest) GetCurrentImage() string

func (*SetSystemImageRequest) GetRequestedImage added in v0.3.6

func (x *SetSystemImageRequest) GetRequestedImage() string

func (*SetSystemImageRequest) ProtoMessage added in v0.3.6

func (*SetSystemImageRequest) ProtoMessage()

func (*SetSystemImageRequest) ProtoReflect added in v0.3.6

func (x *SetSystemImageRequest) ProtoReflect() protoreflect.Message

func (*SetSystemImageRequest) Reset added in v0.3.6

func (x *SetSystemImageRequest) Reset()

func (*SetSystemImageRequest) String added in v0.3.6

func (x *SetSystemImageRequest) String() string

func (*SetSystemImageRequest) Validate added in v0.3.6

func (m *SetSystemImageRequest) Validate() error

Validate checks the field values on SetSystemImageRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetSystemImageRequest) ValidateAll added in v0.3.6

func (m *SetSystemImageRequest) ValidateAll() error

ValidateAll checks the field values on SetSystemImageRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetSystemImageRequestMultiError, or nil if none found.

type SetSystemImageRequestMultiError added in v0.3.6

type SetSystemImageRequestMultiError []error

SetSystemImageRequestMultiError is an error wrapping multiple validation errors returned by SetSystemImageRequest.ValidateAll() if the designated constraints aren't met.

func (SetSystemImageRequestMultiError) AllErrors added in v0.3.6

func (m SetSystemImageRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetSystemImageRequestMultiError) Error added in v0.3.6

Error returns a concatenation of all the error messages it wraps.

type SetSystemImageRequestValidationError added in v0.3.6

type SetSystemImageRequestValidationError struct {
	// contains filtered or unexported fields
}

SetSystemImageRequestValidationError is the validation error returned by SetSystemImageRequest.Validate if the designated constraints aren't met.

func (SetSystemImageRequestValidationError) Cause added in v0.3.6

Cause function returns cause value.

func (SetSystemImageRequestValidationError) Error added in v0.3.6

Error satisfies the builtin error interface

func (SetSystemImageRequestValidationError) ErrorName added in v0.3.6

ErrorName returns error name.

func (SetSystemImageRequestValidationError) Field added in v0.3.6

Field function returns field value.

func (SetSystemImageRequestValidationError) Key added in v0.3.6

Key function returns key value.

func (SetSystemImageRequestValidationError) Reason added in v0.3.6

Reason function returns reason value.

type SetSystemImageResponse added in v0.3.6

type SetSystemImageResponse struct {
	// contains filtered or unexported fields
}

func (*SetSystemImageResponse) Descriptor deprecated added in v0.3.6

func (*SetSystemImageResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetSystemImageResponse.ProtoReflect.Descriptor instead.

func (*SetSystemImageResponse) ProtoMessage added in v0.3.6

func (*SetSystemImageResponse) ProtoMessage()

func (*SetSystemImageResponse) ProtoReflect added in v0.3.6

func (x *SetSystemImageResponse) ProtoReflect() protoreflect.Message

func (*SetSystemImageResponse) Reset added in v0.3.6

func (x *SetSystemImageResponse) Reset()

func (*SetSystemImageResponse) String added in v0.3.6

func (x *SetSystemImageResponse) String() string

func (*SetSystemImageResponse) Validate added in v0.3.6

func (m *SetSystemImageResponse) Validate() error

Validate checks the field values on SetSystemImageResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetSystemImageResponse) ValidateAll added in v0.3.6

func (m *SetSystemImageResponse) ValidateAll() error

ValidateAll checks the field values on SetSystemImageResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetSystemImageResponseMultiError, or nil if none found.

type SetSystemImageResponseMultiError added in v0.3.6

type SetSystemImageResponseMultiError []error

SetSystemImageResponseMultiError is an error wrapping multiple validation errors returned by SetSystemImageResponse.ValidateAll() if the designated constraints aren't met.

func (SetSystemImageResponseMultiError) AllErrors added in v0.3.6

func (m SetSystemImageResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetSystemImageResponseMultiError) Error added in v0.3.6

Error returns a concatenation of all the error messages it wraps.

type SetSystemImageResponseValidationError added in v0.3.6

type SetSystemImageResponseValidationError struct {
	// contains filtered or unexported fields
}

SetSystemImageResponseValidationError is the validation error returned by SetSystemImageResponse.Validate if the designated constraints aren't met.

func (SetSystemImageResponseValidationError) Cause added in v0.3.6

Cause function returns cause value.

func (SetSystemImageResponseValidationError) Error added in v0.3.6

Error satisfies the builtin error interface

func (SetSystemImageResponseValidationError) ErrorName added in v0.3.6

ErrorName returns error name.

func (SetSystemImageResponseValidationError) Field added in v0.3.6

Field function returns field value.

func (SetSystemImageResponseValidationError) Key added in v0.3.6

Key function returns key value.

func (SetSystemImageResponseValidationError) Reason added in v0.3.6

Reason function returns reason value.

type ShutdownHostRequest

type ShutdownHostRequest struct {
	// contains filtered or unexported fields
}

func (*ShutdownHostRequest) Descriptor deprecated

func (*ShutdownHostRequest) Descriptor() ([]byte, []int)

Deprecated: Use ShutdownHostRequest.ProtoReflect.Descriptor instead.

func (*ShutdownHostRequest) ProtoMessage

func (*ShutdownHostRequest) ProtoMessage()

func (*ShutdownHostRequest) ProtoReflect

func (x *ShutdownHostRequest) ProtoReflect() protoreflect.Message

func (*ShutdownHostRequest) Reset

func (x *ShutdownHostRequest) Reset()

func (*ShutdownHostRequest) String

func (x *ShutdownHostRequest) String() string

func (*ShutdownHostRequest) Validate

func (m *ShutdownHostRequest) Validate() error

Validate checks the field values on ShutdownHostRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ShutdownHostRequest) ValidateAll

func (m *ShutdownHostRequest) ValidateAll() error

ValidateAll checks the field values on ShutdownHostRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ShutdownHostRequestMultiError, or nil if none found.

type ShutdownHostRequestMultiError

type ShutdownHostRequestMultiError []error

ShutdownHostRequestMultiError is an error wrapping multiple validation errors returned by ShutdownHostRequest.ValidateAll() if the designated constraints aren't met.

func (ShutdownHostRequestMultiError) AllErrors

func (m ShutdownHostRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ShutdownHostRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ShutdownHostRequestValidationError

type ShutdownHostRequestValidationError struct {
	// contains filtered or unexported fields
}

ShutdownHostRequestValidationError is the validation error returned by ShutdownHostRequest.Validate if the designated constraints aren't met.

func (ShutdownHostRequestValidationError) Cause

Cause function returns cause value.

func (ShutdownHostRequestValidationError) Error

Error satisfies the builtin error interface

func (ShutdownHostRequestValidationError) ErrorName

ErrorName returns error name.

func (ShutdownHostRequestValidationError) Field

Field function returns field value.

func (ShutdownHostRequestValidationError) Key

Key function returns key value.

func (ShutdownHostRequestValidationError) Reason

Reason function returns reason value.

type ShutdownHostResponse

type ShutdownHostResponse struct {
	// contains filtered or unexported fields
}

func (*ShutdownHostResponse) Descriptor deprecated

func (*ShutdownHostResponse) Descriptor() ([]byte, []int)

Deprecated: Use ShutdownHostResponse.ProtoReflect.Descriptor instead.

func (*ShutdownHostResponse) ProtoMessage

func (*ShutdownHostResponse) ProtoMessage()

func (*ShutdownHostResponse) ProtoReflect

func (x *ShutdownHostResponse) ProtoReflect() protoreflect.Message

func (*ShutdownHostResponse) Reset

func (x *ShutdownHostResponse) Reset()

func (*ShutdownHostResponse) String

func (x *ShutdownHostResponse) String() string

func (*ShutdownHostResponse) Validate

func (m *ShutdownHostResponse) Validate() error

Validate checks the field values on ShutdownHostResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ShutdownHostResponse) ValidateAll

func (m *ShutdownHostResponse) ValidateAll() error

ValidateAll checks the field values on ShutdownHostResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ShutdownHostResponseMultiError, or nil if none found.

type ShutdownHostResponseMultiError

type ShutdownHostResponseMultiError []error

ShutdownHostResponseMultiError is an error wrapping multiple validation errors returned by ShutdownHostResponse.ValidateAll() if the designated constraints aren't met.

func (ShutdownHostResponseMultiError) AllErrors

func (m ShutdownHostResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ShutdownHostResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ShutdownHostResponseValidationError

type ShutdownHostResponseValidationError struct {
	// contains filtered or unexported fields
}

ShutdownHostResponseValidationError is the validation error returned by ShutdownHostResponse.Validate if the designated constraints aren't met.

func (ShutdownHostResponseValidationError) Cause

Cause function returns cause value.

func (ShutdownHostResponseValidationError) Error

Error satisfies the builtin error interface

func (ShutdownHostResponseValidationError) ErrorName

ErrorName returns error name.

func (ShutdownHostResponseValidationError) Field

Field function returns field value.

func (ShutdownHostResponseValidationError) Key

Key function returns key value.

func (ShutdownHostResponseValidationError) Reason

Reason function returns reason value.

type SubscribeRequest added in v0.4.10

type SubscribeRequest struct {
	// contains filtered or unexported fields
}

func (*SubscribeRequest) Descriptor deprecated added in v0.4.10

func (*SubscribeRequest) Descriptor() ([]byte, []int)

Deprecated: Use SubscribeRequest.ProtoReflect.Descriptor instead.

func (*SubscribeRequest) ProtoMessage added in v0.4.10

func (*SubscribeRequest) ProtoMessage()

func (*SubscribeRequest) ProtoReflect added in v0.4.10

func (x *SubscribeRequest) ProtoReflect() protoreflect.Message

func (*SubscribeRequest) Reset added in v0.4.10

func (x *SubscribeRequest) Reset()

func (*SubscribeRequest) String added in v0.4.10

func (x *SubscribeRequest) String() string

func (*SubscribeRequest) Validate added in v0.4.10

func (m *SubscribeRequest) Validate() error

Validate checks the field values on SubscribeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SubscribeRequest) ValidateAll added in v0.4.10

func (m *SubscribeRequest) ValidateAll() error

ValidateAll checks the field values on SubscribeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SubscribeRequestMultiError, or nil if none found.

type SubscribeRequestMultiError added in v0.4.10

type SubscribeRequestMultiError []error

SubscribeRequestMultiError is an error wrapping multiple validation errors returned by SubscribeRequest.ValidateAll() if the designated constraints aren't met.

func (SubscribeRequestMultiError) AllErrors added in v0.4.10

func (m SubscribeRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SubscribeRequestMultiError) Error added in v0.4.10

Error returns a concatenation of all the error messages it wraps.

type SubscribeRequestValidationError added in v0.4.10

type SubscribeRequestValidationError struct {
	// contains filtered or unexported fields
}

SubscribeRequestValidationError is the validation error returned by SubscribeRequest.Validate if the designated constraints aren't met.

func (SubscribeRequestValidationError) Cause added in v0.4.10

Cause function returns cause value.

func (SubscribeRequestValidationError) Error added in v0.4.10

Error satisfies the builtin error interface

func (SubscribeRequestValidationError) ErrorName added in v0.4.10

ErrorName returns error name.

func (SubscribeRequestValidationError) Field added in v0.4.10

Field function returns field value.

func (SubscribeRequestValidationError) Key added in v0.4.10

Key function returns key value.

func (SubscribeRequestValidationError) Reason added in v0.4.10

Reason function returns reason value.

type UpdateAppRequest added in v0.3.0

type UpdateAppRequest struct {
	Chart   string `protobuf:"bytes,1,opt,name=chart,proto3" json:"chart" bun:"chart" csv:"chart" pg:"chart" yaml:"chart"`
	Repo    string `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo" bun:"repo" csv:"repo" pg:"repo" yaml:"repo"`
	Release string `protobuf:"bytes,3,opt,name=release,proto3" json:"release" bun:"release" csv:"release" pg:"release" yaml:"release"`
	Values  string `protobuf:"bytes,4,opt,name=values,proto3" json:"values" bun:"values" csv:"values" pg:"values" yaml:"values"`
	Version string `protobuf:"bytes,5,opt,name=version,proto3" json:"version" bun:"version" csv:"version" pg:"version" yaml:"version"`
	// contains filtered or unexported fields
}

func (*UpdateAppRequest) Descriptor deprecated added in v0.3.0

func (*UpdateAppRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAppRequest.ProtoReflect.Descriptor instead.

func (*UpdateAppRequest) GetChart added in v0.3.0

func (x *UpdateAppRequest) GetChart() string

func (*UpdateAppRequest) GetRelease added in v0.3.0

func (x *UpdateAppRequest) GetRelease() string

func (*UpdateAppRequest) GetRepo added in v0.3.0

func (x *UpdateAppRequest) GetRepo() string

func (*UpdateAppRequest) GetValues added in v0.3.0

func (x *UpdateAppRequest) GetValues() string

func (*UpdateAppRequest) GetVersion added in v0.3.1

func (x *UpdateAppRequest) GetVersion() string

func (*UpdateAppRequest) ProtoMessage added in v0.3.0

func (*UpdateAppRequest) ProtoMessage()

func (*UpdateAppRequest) ProtoReflect added in v0.3.0

func (x *UpdateAppRequest) ProtoReflect() protoreflect.Message

func (*UpdateAppRequest) Reset added in v0.3.0

func (x *UpdateAppRequest) Reset()

func (*UpdateAppRequest) String added in v0.3.0

func (x *UpdateAppRequest) String() string

func (*UpdateAppRequest) Validate added in v0.3.0

func (m *UpdateAppRequest) Validate() error

Validate checks the field values on UpdateAppRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateAppRequest) ValidateAll added in v0.3.0

func (m *UpdateAppRequest) ValidateAll() error

ValidateAll checks the field values on UpdateAppRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateAppRequestMultiError, or nil if none found.

type UpdateAppRequestMultiError added in v0.3.0

type UpdateAppRequestMultiError []error

UpdateAppRequestMultiError is an error wrapping multiple validation errors returned by UpdateAppRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateAppRequestMultiError) AllErrors added in v0.3.0

func (m UpdateAppRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateAppRequestMultiError) Error added in v0.3.0

Error returns a concatenation of all the error messages it wraps.

type UpdateAppRequestValidationError added in v0.3.0

type UpdateAppRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateAppRequestValidationError is the validation error returned by UpdateAppRequest.Validate if the designated constraints aren't met.

func (UpdateAppRequestValidationError) Cause added in v0.3.0

Cause function returns cause value.

func (UpdateAppRequestValidationError) Error added in v0.3.0

Error satisfies the builtin error interface

func (UpdateAppRequestValidationError) ErrorName added in v0.3.0

ErrorName returns error name.

func (UpdateAppRequestValidationError) Field added in v0.3.0

Field function returns field value.

func (UpdateAppRequestValidationError) Key added in v0.3.0

Key function returns key value.

func (UpdateAppRequestValidationError) Reason added in v0.3.0

Reason function returns reason value.

type UpdateAppResponse added in v0.3.0

type UpdateAppResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateAppResponse) Descriptor deprecated added in v0.3.0

func (*UpdateAppResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAppResponse.ProtoReflect.Descriptor instead.

func (*UpdateAppResponse) ProtoMessage added in v0.3.0

func (*UpdateAppResponse) ProtoMessage()

func (*UpdateAppResponse) ProtoReflect added in v0.3.0

func (x *UpdateAppResponse) ProtoReflect() protoreflect.Message

func (*UpdateAppResponse) Reset added in v0.3.0

func (x *UpdateAppResponse) Reset()

func (*UpdateAppResponse) String added in v0.3.0

func (x *UpdateAppResponse) String() string

func (*UpdateAppResponse) Validate added in v0.3.0

func (m *UpdateAppResponse) Validate() error

Validate checks the field values on UpdateAppResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateAppResponse) ValidateAll added in v0.3.0

func (m *UpdateAppResponse) ValidateAll() error

ValidateAll checks the field values on UpdateAppResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateAppResponseMultiError, or nil if none found.

type UpdateAppResponseMultiError added in v0.3.0

type UpdateAppResponseMultiError []error

UpdateAppResponseMultiError is an error wrapping multiple validation errors returned by UpdateAppResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateAppResponseMultiError) AllErrors added in v0.3.0

func (m UpdateAppResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateAppResponseMultiError) Error added in v0.3.0

Error returns a concatenation of all the error messages it wraps.

type UpdateAppResponseValidationError added in v0.3.0

type UpdateAppResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateAppResponseValidationError is the validation error returned by UpdateAppResponse.Validate if the designated constraints aren't met.

func (UpdateAppResponseValidationError) Cause added in v0.3.0

Cause function returns cause value.

func (UpdateAppResponseValidationError) Error added in v0.3.0

Error satisfies the builtin error interface

func (UpdateAppResponseValidationError) ErrorName added in v0.3.0

ErrorName returns error name.

func (UpdateAppResponseValidationError) Field added in v0.3.0

Field function returns field value.

func (UpdateAppResponseValidationError) Key added in v0.3.0

Key function returns key value.

func (UpdateAppResponseValidationError) Reason added in v0.3.0

Reason function returns reason value.

type User added in v0.4.0

type User struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username" bun:"username" csv:"username" pg:"username" yaml:"username"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password" bun:"password" csv:"password" pg:"password" yaml:"password"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated added in v0.4.0

func (*User) Descriptor() ([]byte, []int)

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetPassword added in v0.4.0

func (x *User) GetPassword() string

func (*User) GetUsername added in v0.4.0

func (x *User) GetUsername() string

func (*User) ProtoMessage added in v0.4.0

func (*User) ProtoMessage()

func (*User) ProtoReflect added in v0.4.0

func (x *User) ProtoReflect() protoreflect.Message

func (*User) Reset added in v0.4.0

func (x *User) Reset()

func (*User) String added in v0.4.0

func (x *User) String() string

func (*User) Validate added in v0.4.0

func (m *User) Validate() error

Validate checks the field values on User with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*User) ValidateAll added in v0.4.0

func (m *User) ValidateAll() error

ValidateAll checks the field values on User with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserMultiError, or nil if none found.

type UserMultiError added in v0.4.0

type UserMultiError []error

UserMultiError is an error wrapping multiple validation errors returned by User.ValidateAll() if the designated constraints aren't met.

func (UserMultiError) AllErrors added in v0.4.0

func (m UserMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserMultiError) Error added in v0.4.0

func (m UserMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type UserValidationError added in v0.4.0

type UserValidationError struct {
	// contains filtered or unexported fields
}

UserValidationError is the validation error returned by User.Validate if the designated constraints aren't met.

func (UserValidationError) Cause added in v0.4.0

func (e UserValidationError) Cause() error

Cause function returns cause value.

func (UserValidationError) Error added in v0.4.0

func (e UserValidationError) Error() string

Error satisfies the builtin error interface

func (UserValidationError) ErrorName added in v0.4.0

func (e UserValidationError) ErrorName() string

ErrorName returns error name.

func (UserValidationError) Field added in v0.4.0

func (e UserValidationError) Field() string

Field function returns field value.

func (UserValidationError) Key added in v0.4.0

func (e UserValidationError) Key() bool

Key function returns key value.

func (UserValidationError) Reason added in v0.4.0

func (e UserValidationError) Reason() string

Reason function returns reason value.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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