v1

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2026 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_web_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

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 AppStore added in v0.9.0

type AppStore struct {
	Url         string `protobuf:"bytes,1,opt,name=url,proto3" json:"url" bun:"url" csv:"url" pg:"url" yaml:"url"`
	RawChartUrl string `` /* 164-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AppStore) Descriptor deprecated added in v0.9.0

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

Deprecated: Use AppStore.ProtoReflect.Descriptor instead.

func (*AppStore) GetRawChartUrl added in v0.9.0

func (x *AppStore) GetRawChartUrl() string

func (*AppStore) GetUrl added in v0.9.0

func (x *AppStore) GetUrl() string

func (*AppStore) ProtoMessage added in v0.9.0

func (*AppStore) ProtoMessage()

func (*AppStore) ProtoReflect added in v0.9.0

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

func (*AppStore) Reset added in v0.9.0

func (x *AppStore) Reset()

func (*AppStore) String added in v0.9.0

func (x *AppStore) String() string

func (*AppStore) Validate added in v0.9.0

func (m *AppStore) Validate() error

Validate checks the field values on AppStore 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 (*AppStore) ValidateAll added in v0.9.0

func (m *AppStore) ValidateAll() error

ValidateAll checks the field values on AppStore 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 AppStoreMultiError, or nil if none found.

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"`
	RawChartUrl string           `` /* 164-byte string literal not displayed */
	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

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) GetRawChartUrl added in v0.9.0

func (x *AppStoreEntries) GetRawChartUrl() 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 AppStoreMultiError added in v0.9.0

type AppStoreMultiError []error

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

func (AppStoreMultiError) AllErrors added in v0.9.0

func (m AppStoreMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AppStoreMultiError) Error added in v0.9.0

func (m AppStoreMultiError) Error() string

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

type AppStoreValidationError added in v0.9.0

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

AppStoreValidationError is the validation error returned by AppStore.Validate if the designated constraints aren't met.

func (AppStoreValidationError) Cause added in v0.9.0

func (e AppStoreValidationError) Cause() error

Cause function returns cause value.

func (AppStoreValidationError) Error added in v0.9.0

func (e AppStoreValidationError) Error() string

Error satisfies the builtin error interface

func (AppStoreValidationError) ErrorName added in v0.9.0

func (e AppStoreValidationError) ErrorName() string

ErrorName returns error name.

func (AppStoreValidationError) Field added in v0.9.0

func (e AppStoreValidationError) Field() string

Field function returns field value.

func (AppStoreValidationError) Key added in v0.9.0

func (e AppStoreValidationError) Key() bool

Key function returns key value.

func (AppStoreValidationError) Reason added in v0.9.0

func (e AppStoreValidationError) Reason() string

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 DaemonVersion added in v0.4.6

type DaemonVersion struct {
	Image string `protobuf:"bytes,1,opt,name=image,proto3" json:"image" bun:"image" csv:"image" pg:"image" yaml:"image"`
	Tag   string `protobuf:"bytes,2,opt,name=tag,proto3" json:"tag" bun:"tag" csv:"tag" pg:"tag" yaml:"tag"`
	// 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) GetImage added in v0.9.0

func (x *DaemonVersion) GetImage() string

func (*DaemonVersion) GetTag added in v0.9.0

func (x *DaemonVersion) GetTag() 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 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 */
	WireguardInterface string `` /* 208-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) GetWireguardInterface added in v0.8.6

func (x *DeregisterFromLocatorRequest) GetWireguardInterface() 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 {
	// 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) 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 DeregisterPeerRequest added in v0.9.0

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

func (*DeregisterPeerRequest) Descriptor deprecated added in v0.9.0

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

Deprecated: Use DeregisterPeerRequest.ProtoReflect.Descriptor instead.

func (*DeregisterPeerRequest) GetId added in v0.9.0

func (x *DeregisterPeerRequest) GetId() string

func (*DeregisterPeerRequest) ProtoMessage added in v0.9.0

func (*DeregisterPeerRequest) ProtoMessage()

func (*DeregisterPeerRequest) ProtoReflect added in v0.9.0

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

func (*DeregisterPeerRequest) Reset added in v0.9.0

func (x *DeregisterPeerRequest) Reset()

func (*DeregisterPeerRequest) String added in v0.9.0

func (x *DeregisterPeerRequest) String() string

func (*DeregisterPeerRequest) Validate added in v0.9.0

func (m *DeregisterPeerRequest) Validate() error

Validate checks the field values on DeregisterPeerRequest 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 (*DeregisterPeerRequest) ValidateAll added in v0.9.0

func (m *DeregisterPeerRequest) ValidateAll() error

ValidateAll checks the field values on DeregisterPeerRequest 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 DeregisterPeerRequestMultiError, or nil if none found.

type DeregisterPeerRequestMultiError added in v0.9.0

type DeregisterPeerRequestMultiError []error

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

func (DeregisterPeerRequestMultiError) AllErrors added in v0.9.0

func (m DeregisterPeerRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeregisterPeerRequestMultiError) Error added in v0.9.0

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

type DeregisterPeerRequestValidationError added in v0.9.0

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

DeregisterPeerRequestValidationError is the validation error returned by DeregisterPeerRequest.Validate if the designated constraints aren't met.

func (DeregisterPeerRequestValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (DeregisterPeerRequestValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (DeregisterPeerRequestValidationError) ErrorName added in v0.9.0

ErrorName returns error name.

func (DeregisterPeerRequestValidationError) Field added in v0.9.0

Field function returns field value.

func (DeregisterPeerRequestValidationError) Key added in v0.9.0

Key function returns key value.

func (DeregisterPeerRequestValidationError) Reason added in v0.9.0

Reason function returns reason value.

type DeregisterPeerResponse added in v0.9.0

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

func (*DeregisterPeerResponse) Descriptor deprecated added in v0.9.0

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

Deprecated: Use DeregisterPeerResponse.ProtoReflect.Descriptor instead.

func (*DeregisterPeerResponse) ProtoMessage added in v0.9.0

func (*DeregisterPeerResponse) ProtoMessage()

func (*DeregisterPeerResponse) ProtoReflect added in v0.9.0

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

func (*DeregisterPeerResponse) Reset added in v0.9.0

func (x *DeregisterPeerResponse) Reset()

func (*DeregisterPeerResponse) String added in v0.9.0

func (x *DeregisterPeerResponse) String() string

func (*DeregisterPeerResponse) Validate added in v0.9.0

func (m *DeregisterPeerResponse) Validate() error

Validate checks the field values on DeregisterPeerResponse 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 (*DeregisterPeerResponse) ValidateAll added in v0.9.0

func (m *DeregisterPeerResponse) ValidateAll() error

ValidateAll checks the field values on DeregisterPeerResponse 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 DeregisterPeerResponseMultiError, or nil if none found.

type DeregisterPeerResponseMultiError added in v0.9.0

type DeregisterPeerResponseMultiError []error

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

func (DeregisterPeerResponseMultiError) AllErrors added in v0.9.0

func (m DeregisterPeerResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeregisterPeerResponseMultiError) Error added in v0.9.0

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

type DeregisterPeerResponseValidationError added in v0.9.0

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

DeregisterPeerResponseValidationError is the validation error returned by DeregisterPeerResponse.Validate if the designated constraints aren't met.

func (DeregisterPeerResponseValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (DeregisterPeerResponseValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (DeregisterPeerResponseValidationError) ErrorName added in v0.9.0

ErrorName returns error name.

func (DeregisterPeerResponseValidationError) Field added in v0.9.0

Field function returns field value.

func (DeregisterPeerResponseValidationError) Key added in v0.9.0

Key function returns key value.

func (DeregisterPeerResponseValidationError) Reason added in v0.9.0

Reason function returns reason value.

type DeviceSettings added in v0.4.0

type DeviceSettings struct {
	AutoUpdateApps          bool                     `` /* 186-byte string literal not displayed */
	AutoUpdateOs            bool                     `` /* 172-byte string literal not displayed */
	SecureTunnelingSettings *SecureTunnelingSettings `` /* 248-byte string literal not displayed */
	Hostname                string                   `protobuf:"bytes,4,opt,name=hostname,proto3" json:"hostname" bun:"hostname" csv:"hostname" pg:"hostname" yaml:"hostname"`
	AutoUpdateAppsSchedule  string                   `` /* 246-byte string literal not displayed */
	AppStores               []*AppStore              `` /* 145-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) GetAppStores added in v0.9.0

func (x *DeviceSettings) GetAppStores() []*AppStore

func (*DeviceSettings) GetAutoUpdateApps added in v0.4.0

func (x *DeviceSettings) GetAutoUpdateApps() bool

func (*DeviceSettings) GetAutoUpdateAppsSchedule added in v0.9.0

func (x *DeviceSettings) GetAutoUpdateAppsSchedule() string

func (*DeviceSettings) GetAutoUpdateOs added in v0.4.0

func (x *DeviceSettings) GetAutoUpdateOs() bool

func (*DeviceSettings) GetHostname added in v0.9.0

func (x *DeviceSettings) GetHostname() string

func (*DeviceSettings) GetSecureTunnelingSettings added in v0.8.6

func (x *DeviceSettings) GetSecureTunnelingSettings() *SecureTunnelingSettings

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 GatewayAPIVersion added in v0.9.0

type GatewayAPIVersion struct {
	Url     string `protobuf:"bytes,1,opt,name=url,proto3" json:"url" bun:"url" csv:"url" pg:"url" yaml:"url"`
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version" bun:"version" csv:"version" pg:"version" yaml:"version"`
	// contains filtered or unexported fields
}

func (*GatewayAPIVersion) Descriptor deprecated added in v0.9.0

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

Deprecated: Use GatewayAPIVersion.ProtoReflect.Descriptor instead.

func (*GatewayAPIVersion) GetUrl added in v0.9.0

func (x *GatewayAPIVersion) GetUrl() string

func (*GatewayAPIVersion) GetVersion added in v0.9.0

func (x *GatewayAPIVersion) GetVersion() string

func (*GatewayAPIVersion) ProtoMessage added in v0.9.0

func (*GatewayAPIVersion) ProtoMessage()

func (*GatewayAPIVersion) ProtoReflect added in v0.9.0

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

func (*GatewayAPIVersion) Reset added in v0.9.0

func (x *GatewayAPIVersion) Reset()

func (*GatewayAPIVersion) String added in v0.9.0

func (x *GatewayAPIVersion) String() string

func (*GatewayAPIVersion) Validate added in v0.9.0

func (m *GatewayAPIVersion) Validate() error

Validate checks the field values on GatewayAPIVersion 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 (*GatewayAPIVersion) ValidateAll added in v0.9.0

func (m *GatewayAPIVersion) ValidateAll() error

ValidateAll checks the field values on GatewayAPIVersion 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 GatewayAPIVersionMultiError, or nil if none found.

type GatewayAPIVersionMultiError added in v0.9.0

type GatewayAPIVersionMultiError []error

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

func (GatewayAPIVersionMultiError) AllErrors added in v0.9.0

func (m GatewayAPIVersionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GatewayAPIVersionMultiError) Error added in v0.9.0

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

type GatewayAPIVersionValidationError added in v0.9.0

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

GatewayAPIVersionValidationError is the validation error returned by GatewayAPIVersion.Validate if the designated constraints aren't met.

func (GatewayAPIVersionValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (GatewayAPIVersionValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (GatewayAPIVersionValidationError) ErrorName added in v0.9.0

ErrorName returns error name.

func (GatewayAPIVersionValidationError) Field added in v0.9.0

Field function returns field value.

func (GatewayAPIVersionValidationError) Key added in v0.9.0

Key function returns key value.

func (GatewayAPIVersionValidationError) Reason added in v0.9.0

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 GetComponentVersionsRequest added in v0.8.2

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

func (*GetComponentVersionsRequest) Descriptor deprecated added in v0.8.2

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

Deprecated: Use GetComponentVersionsRequest.ProtoReflect.Descriptor instead.

func (*GetComponentVersionsRequest) ProtoMessage added in v0.8.2

func (*GetComponentVersionsRequest) ProtoMessage()

func (*GetComponentVersionsRequest) ProtoReflect added in v0.8.2

func (*GetComponentVersionsRequest) Reset added in v0.8.2

func (x *GetComponentVersionsRequest) Reset()

func (*GetComponentVersionsRequest) String added in v0.8.2

func (x *GetComponentVersionsRequest) String() string

func (*GetComponentVersionsRequest) Validate added in v0.8.2

func (m *GetComponentVersionsRequest) Validate() error

Validate checks the field values on GetComponentVersionsRequest 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 (*GetComponentVersionsRequest) ValidateAll added in v0.8.2

func (m *GetComponentVersionsRequest) ValidateAll() error

ValidateAll checks the field values on GetComponentVersionsRequest 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 GetComponentVersionsRequestMultiError, or nil if none found.

type GetComponentVersionsRequestMultiError added in v0.8.2

type GetComponentVersionsRequestMultiError []error

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

func (GetComponentVersionsRequestMultiError) AllErrors added in v0.8.2

AllErrors returns a list of validation violation errors.

func (GetComponentVersionsRequestMultiError) Error added in v0.8.2

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

type GetComponentVersionsRequestValidationError added in v0.8.2

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

GetComponentVersionsRequestValidationError is the validation error returned by GetComponentVersionsRequest.Validate if the designated constraints aren't met.

func (GetComponentVersionsRequestValidationError) Cause added in v0.8.2

Cause function returns cause value.

func (GetComponentVersionsRequestValidationError) Error added in v0.8.2

Error satisfies the builtin error interface

func (GetComponentVersionsRequestValidationError) ErrorName added in v0.8.2

ErrorName returns error name.

func (GetComponentVersionsRequestValidationError) Field added in v0.8.2

Field function returns field value.

func (GetComponentVersionsRequestValidationError) Key added in v0.8.2

Key function returns key value.

func (GetComponentVersionsRequestValidationError) Reason added in v0.8.2

Reason function returns reason value.

type GetComponentVersionsResponse added in v0.8.2

type GetComponentVersionsResponse struct {
	Platform []*v1.ComponentVersion `protobuf:"bytes,1,rep,name=platform,proto3" json:"platform" bun:"platform" csv:"platform" pg:"platform" yaml:"platform"`
	System   []*v1.ComponentVersion `protobuf:"bytes,2,rep,name=system,proto3" json:"system" bun:"system" csv:"system" pg:"system" yaml:"system"`
	// contains filtered or unexported fields
}

func (*GetComponentVersionsResponse) Descriptor deprecated added in v0.8.2

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

Deprecated: Use GetComponentVersionsResponse.ProtoReflect.Descriptor instead.

func (*GetComponentVersionsResponse) GetPlatform added in v0.8.2

func (x *GetComponentVersionsResponse) GetPlatform() []*v1.ComponentVersion

func (*GetComponentVersionsResponse) GetSystem added in v0.8.2

func (*GetComponentVersionsResponse) ProtoMessage added in v0.8.2

func (*GetComponentVersionsResponse) ProtoMessage()

func (*GetComponentVersionsResponse) ProtoReflect added in v0.8.2

func (*GetComponentVersionsResponse) Reset added in v0.8.2

func (x *GetComponentVersionsResponse) Reset()

func (*GetComponentVersionsResponse) String added in v0.8.2

func (*GetComponentVersionsResponse) Validate added in v0.8.2

func (m *GetComponentVersionsResponse) Validate() error

Validate checks the field values on GetComponentVersionsResponse 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 (*GetComponentVersionsResponse) ValidateAll added in v0.8.2

func (m *GetComponentVersionsResponse) ValidateAll() error

ValidateAll checks the field values on GetComponentVersionsResponse 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 GetComponentVersionsResponseMultiError, or nil if none found.

type GetComponentVersionsResponseMultiError added in v0.8.2

type GetComponentVersionsResponseMultiError []error

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

func (GetComponentVersionsResponseMultiError) AllErrors added in v0.8.2

AllErrors returns a list of validation violation errors.

func (GetComponentVersionsResponseMultiError) Error added in v0.8.2

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

type GetComponentVersionsResponseValidationError added in v0.8.2

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

GetComponentVersionsResponseValidationError is the validation error returned by GetComponentVersionsResponse.Validate if the designated constraints aren't met.

func (GetComponentVersionsResponseValidationError) Cause added in v0.8.2

Cause function returns cause value.

func (GetComponentVersionsResponseValidationError) Error added in v0.8.2

Error satisfies the builtin error interface

func (GetComponentVersionsResponseValidationError) ErrorName added in v0.8.2

ErrorName returns error name.

func (GetComponentVersionsResponseValidationError) Field added in v0.8.2

Field function returns field value.

func (GetComponentVersionsResponseValidationError) Key added in v0.8.2

Key function returns key value.

func (GetComponentVersionsResponseValidationError) Reason added in v0.8.2

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 GetSystemLogsRequest added in v0.8.4

type GetSystemLogsRequest struct {

	// A relative time in seconds before the current time from which to show logs.
	SinceSeconds uint32 `` /* 167-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetSystemLogsRequest) Descriptor deprecated added in v0.8.4

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

Deprecated: Use GetSystemLogsRequest.ProtoReflect.Descriptor instead.

func (*GetSystemLogsRequest) GetSinceSeconds added in v0.8.4

func (x *GetSystemLogsRequest) GetSinceSeconds() uint32

func (*GetSystemLogsRequest) ProtoMessage added in v0.8.4

func (*GetSystemLogsRequest) ProtoMessage()

func (*GetSystemLogsRequest) ProtoReflect added in v0.8.4

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

func (*GetSystemLogsRequest) Reset added in v0.8.4

func (x *GetSystemLogsRequest) Reset()

func (*GetSystemLogsRequest) String added in v0.8.4

func (x *GetSystemLogsRequest) String() string

func (*GetSystemLogsRequest) Validate added in v0.8.4

func (m *GetSystemLogsRequest) Validate() error

Validate checks the field values on GetSystemLogsRequest 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 (*GetSystemLogsRequest) ValidateAll added in v0.8.4

func (m *GetSystemLogsRequest) ValidateAll() error

ValidateAll checks the field values on GetSystemLogsRequest 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 GetSystemLogsRequestMultiError, or nil if none found.

type GetSystemLogsRequestMultiError added in v0.8.4

type GetSystemLogsRequestMultiError []error

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

func (GetSystemLogsRequestMultiError) AllErrors added in v0.8.4

func (m GetSystemLogsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetSystemLogsRequestMultiError) Error added in v0.8.4

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

type GetSystemLogsRequestValidationError added in v0.8.4

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

GetSystemLogsRequestValidationError is the validation error returned by GetSystemLogsRequest.Validate if the designated constraints aren't met.

func (GetSystemLogsRequestValidationError) Cause added in v0.8.4

Cause function returns cause value.

func (GetSystemLogsRequestValidationError) Error added in v0.8.4

Error satisfies the builtin error interface

func (GetSystemLogsRequestValidationError) ErrorName added in v0.8.4

ErrorName returns error name.

func (GetSystemLogsRequestValidationError) Field added in v0.8.4

Field function returns field value.

func (GetSystemLogsRequestValidationError) Key added in v0.8.4

Key function returns key value.

func (GetSystemLogsRequestValidationError) Reason added in v0.8.4

Reason function returns reason value.

type GetSystemLogsResponse added in v0.8.4

type GetSystemLogsResponse struct {
	Logs       []*v1.Log `protobuf:"bytes,1,rep,name=logs,proto3" json:"logs" bun:"logs" csv:"logs" pg:"logs" yaml:"logs"`
	Sources    []string  `protobuf:"bytes,2,rep,name=sources,proto3" json:"sources" bun:"sources" csv:"sources" pg:"sources" yaml:"sources"`
	Namespaces []string  `` /* 131-byte string literal not displayed */
	Domains    []string  `protobuf:"bytes,4,rep,name=domains,proto3" json:"domains" bun:"domains" csv:"domains" pg:"domains" yaml:"domains"`
	// contains filtered or unexported fields
}

func (*GetSystemLogsResponse) Descriptor deprecated added in v0.8.4

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

Deprecated: Use GetSystemLogsResponse.ProtoReflect.Descriptor instead.

func (*GetSystemLogsResponse) GetDomains added in v0.8.4

func (x *GetSystemLogsResponse) GetDomains() []string

func (*GetSystemLogsResponse) GetLogs added in v0.8.4

func (x *GetSystemLogsResponse) GetLogs() []*v1.Log

func (*GetSystemLogsResponse) GetNamespaces added in v0.8.4

func (x *GetSystemLogsResponse) GetNamespaces() []string

func (*GetSystemLogsResponse) GetSources added in v0.8.4

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

func (*GetSystemLogsResponse) ProtoMessage added in v0.8.4

func (*GetSystemLogsResponse) ProtoMessage()

func (*GetSystemLogsResponse) ProtoReflect added in v0.8.4

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

func (*GetSystemLogsResponse) Reset added in v0.8.4

func (x *GetSystemLogsResponse) Reset()

func (*GetSystemLogsResponse) String added in v0.8.4

func (x *GetSystemLogsResponse) String() string

func (*GetSystemLogsResponse) Validate added in v0.8.4

func (m *GetSystemLogsResponse) Validate() error

Validate checks the field values on GetSystemLogsResponse 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 (*GetSystemLogsResponse) ValidateAll added in v0.8.4

func (m *GetSystemLogsResponse) ValidateAll() error

ValidateAll checks the field values on GetSystemLogsResponse 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 GetSystemLogsResponseMultiError, or nil if none found.

type GetSystemLogsResponseMultiError added in v0.8.4

type GetSystemLogsResponseMultiError []error

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

func (GetSystemLogsResponseMultiError) AllErrors added in v0.8.4

func (m GetSystemLogsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetSystemLogsResponseMultiError) Error added in v0.8.4

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

type GetSystemLogsResponseValidationError added in v0.8.4

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

GetSystemLogsResponseValidationError is the validation error returned by GetSystemLogsResponse.Validate if the designated constraints aren't met.

func (GetSystemLogsResponseValidationError) Cause added in v0.8.4

Cause function returns cause value.

func (GetSystemLogsResponseValidationError) Error added in v0.8.4

Error satisfies the builtin error interface

func (GetSystemLogsResponseValidationError) ErrorName added in v0.8.4

ErrorName returns error name.

func (GetSystemLogsResponseValidationError) Field added in v0.8.4

Field function returns field value.

func (GetSystemLogsResponseValidationError) Key added in v0.8.4

Key function returns key value.

func (GetSystemLogsResponseValidationError) Reason added in v0.8.4

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"`
	Name    string `protobuf:"bytes,4,opt,name=name,proto3" json:"name" bun:"name" csv:"name" pg:"name" yaml:"name"`
	// 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) GetName added in v0.8.3

func (x *ImageVersion) GetName() 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 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 IstioVersion added in v0.9.0

type IstioVersion struct {
	Repo    string `protobuf:"bytes,1,opt,name=repo,proto3" json:"repo" bun:"repo" csv:"repo" pg:"repo" yaml:"repo"`
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version" bun:"version" csv:"version" pg:"version" yaml:"version"`
	// contains filtered or unexported fields
}

func (*IstioVersion) Descriptor deprecated added in v0.9.0

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

Deprecated: Use IstioVersion.ProtoReflect.Descriptor instead.

func (*IstioVersion) GetRepo added in v0.9.0

func (x *IstioVersion) GetRepo() string

func (*IstioVersion) GetVersion added in v0.9.0

func (x *IstioVersion) GetVersion() string

func (*IstioVersion) ProtoMessage added in v0.9.0

func (*IstioVersion) ProtoMessage()

func (*IstioVersion) ProtoReflect added in v0.9.0

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

func (*IstioVersion) Reset added in v0.9.0

func (x *IstioVersion) Reset()

func (*IstioVersion) String added in v0.9.0

func (x *IstioVersion) String() string

func (*IstioVersion) Validate added in v0.9.0

func (m *IstioVersion) Validate() error

Validate checks the field values on IstioVersion 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 (*IstioVersion) ValidateAll added in v0.9.0

func (m *IstioVersion) ValidateAll() error

ValidateAll checks the field values on IstioVersion 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 IstioVersionMultiError, or nil if none found.

type IstioVersionMultiError added in v0.9.0

type IstioVersionMultiError []error

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

func (IstioVersionMultiError) AllErrors added in v0.9.0

func (m IstioVersionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IstioVersionMultiError) Error added in v0.9.0

func (m IstioVersionMultiError) Error() string

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

type IstioVersionValidationError added in v0.9.0

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

IstioVersionValidationError is the validation error returned by IstioVersion.Validate if the designated constraints aren't met.

func (IstioVersionValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (IstioVersionValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (IstioVersionValidationError) ErrorName added in v0.9.0

func (e IstioVersionValidationError) ErrorName() string

ErrorName returns error name.

func (IstioVersionValidationError) Field added in v0.9.0

Field function returns field value.

func (IstioVersionValidationError) Key added in v0.9.0

Key function returns key value.

func (IstioVersionValidationError) Reason added in v0.9.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 {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" bun:"id" csv:"id" pg:"id" yaml:"id"`
	// client config
	PrivateKey string   `` /* 152-byte string literal not displayed */
	PublicKey  string   `` /* 145-byte string literal not displayed */
	Addresses  []string `protobuf:"bytes,4,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 */
	LocatorServers  []string `` /* 180-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) GetId added in v0.9.0

func (x *RegisterPeerResponse) GetId() string

func (*RegisterPeerResponse) GetLocatorServers added in v0.8.6

func (x *RegisterPeerResponse) GetLocatorServers() []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 `` /* 180-byte string literal not displayed */
	WireguardInterface string `` // TODO: eventually this is where the access key will be included that the user receives after purchasing the locator subscription
	/* 208-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) GetWireguardInterface added in v0.8.6

func (x *RegisterToLocatorRequest) GetWireguardInterface() 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 {
	// 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) 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 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 SecureTunnelingSettings added in v0.8.6

type SecureTunnelingSettings struct {
	Enabled             bool                  `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled" bun:"enabled" csv:"enabled" pg:"enabled" yaml:"enabled"`
	WireguardInterfaces []*WireguardInterface `` /* 215-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SecureTunnelingSettings) Descriptor deprecated added in v0.8.6

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

Deprecated: Use SecureTunnelingSettings.ProtoReflect.Descriptor instead.

func (*SecureTunnelingSettings) GetEnabled added in v0.8.6

func (x *SecureTunnelingSettings) GetEnabled() bool

func (*SecureTunnelingSettings) GetWireguardInterfaces added in v0.8.6

func (x *SecureTunnelingSettings) GetWireguardInterfaces() []*WireguardInterface

func (*SecureTunnelingSettings) ProtoMessage added in v0.8.6

func (*SecureTunnelingSettings) ProtoMessage()

func (*SecureTunnelingSettings) ProtoReflect added in v0.8.6

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

func (*SecureTunnelingSettings) Reset added in v0.8.6

func (x *SecureTunnelingSettings) Reset()

func (*SecureTunnelingSettings) String added in v0.8.6

func (x *SecureTunnelingSettings) String() string

func (*SecureTunnelingSettings) Validate added in v0.8.6

func (m *SecureTunnelingSettings) Validate() error

Validate checks the field values on SecureTunnelingSettings 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 (*SecureTunnelingSettings) ValidateAll added in v0.8.6

func (m *SecureTunnelingSettings) ValidateAll() error

ValidateAll checks the field values on SecureTunnelingSettings 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 SecureTunnelingSettingsMultiError, or nil if none found.

type SecureTunnelingSettingsMultiError added in v0.8.6

type SecureTunnelingSettingsMultiError []error

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

func (SecureTunnelingSettingsMultiError) AllErrors added in v0.8.6

func (m SecureTunnelingSettingsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SecureTunnelingSettingsMultiError) Error added in v0.8.6

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

type SecureTunnelingSettingsValidationError added in v0.8.6

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

SecureTunnelingSettingsValidationError is the validation error returned by SecureTunnelingSettings.Validate if the designated constraints aren't met.

func (SecureTunnelingSettingsValidationError) Cause added in v0.8.6

Cause function returns cause value.

func (SecureTunnelingSettingsValidationError) Error added in v0.8.6

Error satisfies the builtin error interface

func (SecureTunnelingSettingsValidationError) ErrorName added in v0.8.6

ErrorName returns error name.

func (SecureTunnelingSettingsValidationError) Field added in v0.8.6

Field function returns field value.

func (SecureTunnelingSettingsValidationError) Key added in v0.8.6

Key function returns key value.

func (SecureTunnelingSettingsValidationError) Reason added in v0.8.6

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 ServerVersion added in v0.9.0

type ServerVersion struct {
	Image string `protobuf:"bytes,1,opt,name=image,proto3" json:"image" bun:"image" csv:"image" pg:"image" yaml:"image"`
	Tag   string `protobuf:"bytes,2,opt,name=tag,proto3" json:"tag" bun:"tag" csv:"tag" pg:"tag" yaml:"tag"`
	// contains filtered or unexported fields
}

func (*ServerVersion) Descriptor deprecated added in v0.9.0

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

Deprecated: Use ServerVersion.ProtoReflect.Descriptor instead.

func (*ServerVersion) GetImage added in v0.9.0

func (x *ServerVersion) GetImage() string

func (*ServerVersion) GetTag added in v0.9.0

func (x *ServerVersion) GetTag() string

func (*ServerVersion) ProtoMessage added in v0.9.0

func (*ServerVersion) ProtoMessage()

func (*ServerVersion) ProtoReflect added in v0.9.0

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

func (*ServerVersion) Reset added in v0.9.0

func (x *ServerVersion) Reset()

func (*ServerVersion) String added in v0.9.0

func (x *ServerVersion) String() string

func (*ServerVersion) Validate added in v0.9.0

func (m *ServerVersion) Validate() error

Validate checks the field values on ServerVersion 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 (*ServerVersion) ValidateAll added in v0.9.0

func (m *ServerVersion) ValidateAll() error

ValidateAll checks the field values on ServerVersion 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 ServerVersionMultiError, or nil if none found.

type ServerVersionMultiError added in v0.9.0

type ServerVersionMultiError []error

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

func (ServerVersionMultiError) AllErrors added in v0.9.0

func (m ServerVersionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ServerVersionMultiError) Error added in v0.9.0

func (m ServerVersionMultiError) Error() string

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

type ServerVersionValidationError added in v0.9.0

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

ServerVersionValidationError is the validation error returned by ServerVersion.Validate if the designated constraints aren't met.

func (ServerVersionValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (ServerVersionValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (ServerVersionValidationError) ErrorName added in v0.9.0

func (e ServerVersionValidationError) ErrorName() string

ErrorName returns error name.

func (ServerVersionValidationError) Field added in v0.9.0

Field function returns field value.

func (ServerVersionValidationError) Key added in v0.9.0

Key function returns key value.

func (ServerVersionValidationError) Reason added in v0.9.0

Reason function returns reason value.

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 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 SystemVersion added in v0.9.0

type SystemVersion struct {
	Version    string             `protobuf:"bytes,1,opt,name=version,proto3" json:"version" bun:"version" csv:"version" pg:"version" yaml:"version"`
	Istio      *IstioVersion      `protobuf:"bytes,2,opt,name=istio,proto3" json:"istio" bun:"istio" csv:"istio" pg:"istio" yaml:"istio"`
	GatewayApi *GatewayAPIVersion `` /* 152-byte string literal not displayed */
	Server     *ServerVersion     `protobuf:"bytes,4,opt,name=server,proto3" json:"server" bun:"server" csv:"server" pg:"server" yaml:"server"`
	Daemon     *DaemonVersion     `protobuf:"bytes,5,opt,name=daemon,proto3" json:"daemon" bun:"daemon" csv:"daemon" pg:"daemon" yaml:"daemon"`
	// contains filtered or unexported fields
}

func (*SystemVersion) Descriptor deprecated added in v0.9.0

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

Deprecated: Use SystemVersion.ProtoReflect.Descriptor instead.

func (*SystemVersion) GetDaemon added in v0.9.0

func (x *SystemVersion) GetDaemon() *DaemonVersion

func (*SystemVersion) GetGatewayApi added in v0.9.0

func (x *SystemVersion) GetGatewayApi() *GatewayAPIVersion

func (*SystemVersion) GetIstio added in v0.9.0

func (x *SystemVersion) GetIstio() *IstioVersion

func (*SystemVersion) GetServer added in v0.9.0

func (x *SystemVersion) GetServer() *ServerVersion

func (*SystemVersion) GetVersion added in v0.9.0

func (x *SystemVersion) GetVersion() string

func (*SystemVersion) ProtoMessage added in v0.9.0

func (*SystemVersion) ProtoMessage()

func (*SystemVersion) ProtoReflect added in v0.9.0

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

func (*SystemVersion) Reset added in v0.9.0

func (x *SystemVersion) Reset()

func (*SystemVersion) String added in v0.9.0

func (x *SystemVersion) String() string

func (*SystemVersion) Validate added in v0.9.0

func (m *SystemVersion) Validate() error

Validate checks the field values on SystemVersion 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 (*SystemVersion) ValidateAll added in v0.9.0

func (m *SystemVersion) ValidateAll() error

ValidateAll checks the field values on SystemVersion 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 SystemVersionMultiError, or nil if none found.

type SystemVersionMultiError added in v0.9.0

type SystemVersionMultiError []error

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

func (SystemVersionMultiError) AllErrors added in v0.9.0

func (m SystemVersionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SystemVersionMultiError) Error added in v0.9.0

func (m SystemVersionMultiError) Error() string

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

type SystemVersionValidationError added in v0.9.0

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

SystemVersionValidationError is the validation error returned by SystemVersion.Validate if the designated constraints aren't met.

func (SystemVersionValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (SystemVersionValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (SystemVersionValidationError) ErrorName added in v0.9.0

func (e SystemVersionValidationError) ErrorName() string

ErrorName returns error name.

func (SystemVersionValidationError) Field added in v0.9.0

Field function returns field value.

func (SystemVersionValidationError) Key added in v0.9.0

Key function returns key value.

func (SystemVersionValidationError) Reason added in v0.9.0

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 WireguardInterface added in v0.8.6

type WireguardInterface struct {
	Id             string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id" bun:"id" csv:"id" pg:"id" yaml:"id"`
	Name           string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name" bun:"name" csv:"name" pg:"name" yaml:"name"`
	Port           int32    `protobuf:"varint,3,opt,name=port,proto3" json:"port" bun:"port" csv:"port" pg:"port" yaml:"port"`
	PublicKey      string   `` /* 145-byte string literal not displayed */
	StunServer     string   `` /* 152-byte string literal not displayed */
	LocatorServers []string `` /* 180-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WireguardInterface) Descriptor deprecated added in v0.8.6

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

Deprecated: Use WireguardInterface.ProtoReflect.Descriptor instead.

func (*WireguardInterface) GetId added in v0.8.6

func (x *WireguardInterface) GetId() string

func (*WireguardInterface) GetLocatorServers added in v0.8.6

func (x *WireguardInterface) GetLocatorServers() []string

func (*WireguardInterface) GetName added in v0.8.6

func (x *WireguardInterface) GetName() string

func (*WireguardInterface) GetPort added in v0.8.6

func (x *WireguardInterface) GetPort() int32

func (*WireguardInterface) GetPublicKey added in v0.8.6

func (x *WireguardInterface) GetPublicKey() string

func (*WireguardInterface) GetStunServer added in v0.8.6

func (x *WireguardInterface) GetStunServer() string

func (*WireguardInterface) ProtoMessage added in v0.8.6

func (*WireguardInterface) ProtoMessage()

func (*WireguardInterface) ProtoReflect added in v0.8.6

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

func (*WireguardInterface) Reset added in v0.8.6

func (x *WireguardInterface) Reset()

func (*WireguardInterface) String added in v0.8.6

func (x *WireguardInterface) String() string

func (*WireguardInterface) Validate added in v0.8.6

func (m *WireguardInterface) Validate() error

Validate checks the field values on WireguardInterface 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 (*WireguardInterface) ValidateAll added in v0.8.6

func (m *WireguardInterface) ValidateAll() error

ValidateAll checks the field values on WireguardInterface 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 WireguardInterfaceMultiError, or nil if none found.

type WireguardInterfaceMultiError added in v0.8.6

type WireguardInterfaceMultiError []error

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

func (WireguardInterfaceMultiError) AllErrors added in v0.8.6

func (m WireguardInterfaceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WireguardInterfaceMultiError) Error added in v0.8.6

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

type WireguardInterfaceValidationError added in v0.8.6

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

WireguardInterfaceValidationError is the validation error returned by WireguardInterface.Validate if the designated constraints aren't met.

func (WireguardInterfaceValidationError) Cause added in v0.8.6

Cause function returns cause value.

func (WireguardInterfaceValidationError) Error added in v0.8.6

Error satisfies the builtin error interface

func (WireguardInterfaceValidationError) ErrorName added in v0.8.6

ErrorName returns error name.

func (WireguardInterfaceValidationError) Field added in v0.8.6

Field function returns field value.

func (WireguardInterfaceValidationError) Key added in v0.8.6

Key function returns key value.

func (WireguardInterfaceValidationError) Reason added in v0.8.6

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