v1

package
v0.8.7 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2025 License: Apache-2.0 Imports: 18 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_platform_daemon_v1_host_proto protoreflect.FileDescriptor
View Source
var File_platform_daemon_v1_stream_proto protoreflect.FileDescriptor
View Source
var File_platform_daemon_v1_system_proto protoreflect.FileDescriptor
View Source
var File_platform_daemon_v1_wireguard_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AddLocatorServerCommand added in v0.8.1

type AddLocatorServerCommand 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 (*AddLocatorServerCommand) Descriptor deprecated added in v0.8.1

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

Deprecated: Use AddLocatorServerCommand.ProtoReflect.Descriptor instead.

func (*AddLocatorServerCommand) GetLocatorAddress added in v0.8.1

func (x *AddLocatorServerCommand) GetLocatorAddress() string

func (*AddLocatorServerCommand) GetWireguardInterface added in v0.8.6

func (x *AddLocatorServerCommand) GetWireguardInterface() string

func (*AddLocatorServerCommand) ProtoMessage added in v0.8.1

func (*AddLocatorServerCommand) ProtoMessage()

func (*AddLocatorServerCommand) ProtoReflect added in v0.8.1

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

func (*AddLocatorServerCommand) Reset added in v0.8.1

func (x *AddLocatorServerCommand) Reset()

func (*AddLocatorServerCommand) String added in v0.8.1

func (x *AddLocatorServerCommand) String() string

func (*AddLocatorServerCommand) Validate added in v0.8.1

func (m *AddLocatorServerCommand) Validate() error

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

func (m *AddLocatorServerCommand) ValidateAll() error

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

type AddLocatorServerCommandMultiError added in v0.8.1

type AddLocatorServerCommandMultiError []error

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

func (AddLocatorServerCommandMultiError) AllErrors added in v0.8.1

func (m AddLocatorServerCommandMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddLocatorServerCommandMultiError) Error added in v0.8.1

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

type AddLocatorServerCommandValidationError added in v0.8.1

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

AddLocatorServerCommandValidationError is the validation error returned by AddLocatorServerCommand.Validate if the designated constraints aren't met.

func (AddLocatorServerCommandValidationError) Cause added in v0.8.1

Cause function returns cause value.

func (AddLocatorServerCommandValidationError) Error added in v0.8.1

Error satisfies the builtin error interface

func (AddLocatorServerCommandValidationError) ErrorName added in v0.8.1

ErrorName returns error name.

func (AddLocatorServerCommandValidationError) Field added in v0.8.1

Field function returns field value.

func (AddLocatorServerCommandValidationError) Key added in v0.8.1

Key function returns key value.

func (AddLocatorServerCommandValidationError) Reason added in v0.8.1

Reason function returns reason value.

type AddMdnsHostCommand added in v0.4.9

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

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

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

Deprecated: Use AddMdnsHostCommand.ProtoReflect.Descriptor instead.

func (*AddMdnsHostCommand) GetHostname added in v0.4.9

func (x *AddMdnsHostCommand) GetHostname() string

func (*AddMdnsHostCommand) ProtoMessage added in v0.4.9

func (*AddMdnsHostCommand) ProtoMessage()

func (*AddMdnsHostCommand) ProtoReflect added in v0.4.9

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

func (*AddMdnsHostCommand) Reset added in v0.4.9

func (x *AddMdnsHostCommand) Reset()

func (*AddMdnsHostCommand) String added in v0.4.9

func (x *AddMdnsHostCommand) String() string

func (*AddMdnsHostCommand) Validate added in v0.4.9

func (m *AddMdnsHostCommand) Validate() error

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

func (m *AddMdnsHostCommand) ValidateAll() error

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

type AddMdnsHostCommandMultiError added in v0.4.9

type AddMdnsHostCommandMultiError []error

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

func (AddMdnsHostCommandMultiError) AllErrors added in v0.4.9

func (m AddMdnsHostCommandMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddMdnsHostCommandMultiError) Error added in v0.4.9

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

type AddMdnsHostCommandValidationError added in v0.4.9

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

AddMdnsHostCommandValidationError is the validation error returned by AddMdnsHostCommand.Validate if the designated constraints aren't met.

func (AddMdnsHostCommandValidationError) Cause added in v0.4.9

Cause function returns cause value.

func (AddMdnsHostCommandValidationError) Error added in v0.4.9

Error satisfies the builtin error interface

func (AddMdnsHostCommandValidationError) ErrorName added in v0.4.9

ErrorName returns error name.

func (AddMdnsHostCommandValidationError) Field added in v0.4.9

Field function returns field value.

func (AddMdnsHostCommandValidationError) Key added in v0.4.9

Key function returns key value.

func (AddMdnsHostCommandValidationError) Reason added in v0.4.9

Reason function returns reason value.

type AddWireguardInterface added in v0.4.22

type AddWireguardInterface struct {
	Interface *WireguardInterface `protobuf:"bytes,1,opt,name=interface,proto3" json:"interface" bun:"interface" csv:"interface" pg:"interface" yaml:"interface"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use AddWireguardInterface.ProtoReflect.Descriptor instead.

func (*AddWireguardInterface) GetInterface added in v0.4.22

func (x *AddWireguardInterface) GetInterface() *WireguardInterface

func (*AddWireguardInterface) ProtoMessage added in v0.4.22

func (*AddWireguardInterface) ProtoMessage()

func (*AddWireguardInterface) ProtoReflect added in v0.4.22

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

func (*AddWireguardInterface) Reset added in v0.4.22

func (x *AddWireguardInterface) Reset()

func (*AddWireguardInterface) String added in v0.4.22

func (x *AddWireguardInterface) String() string

func (*AddWireguardInterface) Validate added in v0.4.22

func (m *AddWireguardInterface) Validate() error

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

func (m *AddWireguardInterface) ValidateAll() error

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

type AddWireguardInterfaceMultiError added in v0.4.22

type AddWireguardInterfaceMultiError []error

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

func (AddWireguardInterfaceMultiError) AllErrors added in v0.4.22

func (m AddWireguardInterfaceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddWireguardInterfaceMultiError) Error added in v0.4.22

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

type AddWireguardInterfaceValidationError added in v0.4.22

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

AddWireguardInterfaceValidationError is the validation error returned by AddWireguardInterface.Validate if the designated constraints aren't met.

func (AddWireguardInterfaceValidationError) Cause added in v0.4.22

Cause function returns cause value.

func (AddWireguardInterfaceValidationError) Error added in v0.4.22

Error satisfies the builtin error interface

func (AddWireguardInterfaceValidationError) ErrorName added in v0.4.22

ErrorName returns error name.

func (AddWireguardInterfaceValidationError) Field added in v0.4.22

Field function returns field value.

func (AddWireguardInterfaceValidationError) Key added in v0.4.22

Key function returns key value.

func (AddWireguardInterfaceValidationError) Reason added in v0.4.22

Reason function returns reason value.

type AddWireguardPeer added in v0.8.0

type AddWireguardPeer struct {
	Peer               *WireguardPeer `protobuf:"bytes,1,opt,name=peer,proto3" json:"peer" bun:"peer" csv:"peer" pg:"peer" yaml:"peer"`
	WireguardInterface string         `` /* 208-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddWireguardPeer) Descriptor deprecated added in v0.8.0

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

Deprecated: Use AddWireguardPeer.ProtoReflect.Descriptor instead.

func (*AddWireguardPeer) GetPeer added in v0.8.0

func (x *AddWireguardPeer) GetPeer() *WireguardPeer

func (*AddWireguardPeer) GetWireguardInterface added in v0.8.6

func (x *AddWireguardPeer) GetWireguardInterface() string

func (*AddWireguardPeer) ProtoMessage added in v0.8.0

func (*AddWireguardPeer) ProtoMessage()

func (*AddWireguardPeer) ProtoReflect added in v0.8.0

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

func (*AddWireguardPeer) Reset added in v0.8.0

func (x *AddWireguardPeer) Reset()

func (*AddWireguardPeer) String added in v0.8.0

func (x *AddWireguardPeer) String() string

func (*AddWireguardPeer) Validate added in v0.8.0

func (m *AddWireguardPeer) Validate() error

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

func (m *AddWireguardPeer) ValidateAll() error

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

type AddWireguardPeerMultiError added in v0.8.0

type AddWireguardPeerMultiError []error

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

func (AddWireguardPeerMultiError) AllErrors added in v0.8.0

func (m AddWireguardPeerMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddWireguardPeerMultiError) Error added in v0.8.0

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

type AddWireguardPeerValidationError added in v0.8.0

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

AddWireguardPeerValidationError is the validation error returned by AddWireguardPeer.Validate if the designated constraints aren't met.

func (AddWireguardPeerValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (AddWireguardPeerValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (AddWireguardPeerValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (AddWireguardPeerValidationError) Field added in v0.8.0

Field function returns field value.

func (AddWireguardPeerValidationError) Key added in v0.8.0

Key function returns key value.

func (AddWireguardPeerValidationError) Reason added in v0.8.0

Reason function returns reason value.

type AllLocatorsDisabled added in v0.8.1

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

Deprecated

func (*AllLocatorsDisabled) Descriptor deprecated added in v0.8.1

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

Deprecated: Use AllLocatorsDisabled.ProtoReflect.Descriptor instead.

func (*AllLocatorsDisabled) GetError added in v0.8.1

func (x *AllLocatorsDisabled) GetError() string

func (*AllLocatorsDisabled) ProtoMessage added in v0.8.1

func (*AllLocatorsDisabled) ProtoMessage()

func (*AllLocatorsDisabled) ProtoReflect added in v0.8.1

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

func (*AllLocatorsDisabled) Reset added in v0.8.1

func (x *AllLocatorsDisabled) Reset()

func (*AllLocatorsDisabled) String added in v0.8.1

func (x *AllLocatorsDisabled) String() string

func (*AllLocatorsDisabled) Validate added in v0.8.1

func (m *AllLocatorsDisabled) Validate() error

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

func (m *AllLocatorsDisabled) ValidateAll() error

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

type AllLocatorsDisabledMultiError added in v0.8.1

type AllLocatorsDisabledMultiError []error

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

func (AllLocatorsDisabledMultiError) AllErrors added in v0.8.1

func (m AllLocatorsDisabledMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AllLocatorsDisabledMultiError) Error added in v0.8.1

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

type AllLocatorsDisabledValidationError added in v0.8.1

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

AllLocatorsDisabledValidationError is the validation error returned by AllLocatorsDisabled.Validate if the designated constraints aren't met.

func (AllLocatorsDisabledValidationError) Cause added in v0.8.1

Cause function returns cause value.

func (AllLocatorsDisabledValidationError) Error added in v0.8.1

Error satisfies the builtin error interface

func (AllLocatorsDisabledValidationError) ErrorName added in v0.8.1

ErrorName returns error name.

func (AllLocatorsDisabledValidationError) Field added in v0.8.1

Field function returns field value.

func (AllLocatorsDisabledValidationError) Key added in v0.8.1

Key function returns key value.

func (AllLocatorsDisabledValidationError) Reason added in v0.8.1

Reason function returns reason value.

type ChangeDaemonVersionCommand added in v0.3.5

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

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

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

Deprecated: Use ChangeDaemonVersionCommand.ProtoReflect.Descriptor instead.

func (*ChangeDaemonVersionCommand) GetSrcHash added in v0.3.5

func (x *ChangeDaemonVersionCommand) GetSrcHash() string

func (*ChangeDaemonVersionCommand) GetVendorHash added in v0.3.5

func (x *ChangeDaemonVersionCommand) GetVendorHash() string

func (*ChangeDaemonVersionCommand) GetVersion added in v0.3.5

func (x *ChangeDaemonVersionCommand) GetVersion() string

func (*ChangeDaemonVersionCommand) ProtoMessage added in v0.3.5

func (*ChangeDaemonVersionCommand) ProtoMessage()

func (*ChangeDaemonVersionCommand) ProtoReflect added in v0.3.5

func (*ChangeDaemonVersionCommand) Reset added in v0.3.5

func (x *ChangeDaemonVersionCommand) Reset()

func (*ChangeDaemonVersionCommand) String added in v0.3.5

func (x *ChangeDaemonVersionCommand) String() string

func (*ChangeDaemonVersionCommand) Validate added in v0.3.5

func (m *ChangeDaemonVersionCommand) Validate() error

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

func (m *ChangeDaemonVersionCommand) ValidateAll() error

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

type ChangeDaemonVersionCommandMultiError added in v0.3.5

type ChangeDaemonVersionCommandMultiError []error

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

func (ChangeDaemonVersionCommandMultiError) AllErrors added in v0.3.5

AllErrors returns a list of validation violation errors.

func (ChangeDaemonVersionCommandMultiError) Error added in v0.3.5

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

type ChangeDaemonVersionCommandValidationError added in v0.3.5

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

ChangeDaemonVersionCommandValidationError is the validation error returned by ChangeDaemonVersionCommand.Validate if the designated constraints aren't met.

func (ChangeDaemonVersionCommandValidationError) Cause added in v0.3.5

Cause function returns cause value.

func (ChangeDaemonVersionCommandValidationError) Error added in v0.3.5

Error satisfies the builtin error interface

func (ChangeDaemonVersionCommandValidationError) ErrorName added in v0.3.5

ErrorName returns error name.

func (ChangeDaemonVersionCommandValidationError) Field added in v0.3.5

Field function returns field value.

func (ChangeDaemonVersionCommandValidationError) Key added in v0.3.5

Key function returns key value.

func (ChangeDaemonVersionCommandValidationError) Reason added in v0.3.5

Reason function returns reason value.

type ComponentVersion added in v0.8.2

type ComponentVersion struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" bun:"name" csv:"name" pg:"name" yaml:"name"`
	Domain  string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain" bun:"domain" csv:"domain" pg:"domain" yaml:"domain"`
	Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version" bun:"version" csv:"version" pg:"version" yaml:"version"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use ComponentVersion.ProtoReflect.Descriptor instead.

func (*ComponentVersion) GetDomain added in v0.8.2

func (x *ComponentVersion) GetDomain() string

func (*ComponentVersion) GetName added in v0.8.2

func (x *ComponentVersion) GetName() string

func (*ComponentVersion) GetVersion added in v0.8.2

func (x *ComponentVersion) GetVersion() string

func (*ComponentVersion) ProtoMessage added in v0.8.2

func (*ComponentVersion) ProtoMessage()

func (*ComponentVersion) ProtoReflect added in v0.8.2

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

func (*ComponentVersion) Reset added in v0.8.2

func (x *ComponentVersion) Reset()

func (*ComponentVersion) String added in v0.8.2

func (x *ComponentVersion) String() string

func (*ComponentVersion) Validate added in v0.8.2

func (m *ComponentVersion) Validate() error

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

func (m *ComponentVersion) ValidateAll() error

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

type ComponentVersionMultiError added in v0.8.2

type ComponentVersionMultiError []error

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

func (ComponentVersionMultiError) AllErrors added in v0.8.2

func (m ComponentVersionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ComponentVersionMultiError) Error added in v0.8.2

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

type ComponentVersionValidationError added in v0.8.2

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

ComponentVersionValidationError is the validation error returned by ComponentVersion.Validate if the designated constraints aren't met.

func (ComponentVersionValidationError) Cause added in v0.8.2

Cause function returns cause value.

func (ComponentVersionValidationError) Error added in v0.8.2

Error satisfies the builtin error interface

func (ComponentVersionValidationError) ErrorName added in v0.8.2

ErrorName returns error name.

func (ComponentVersionValidationError) Field added in v0.8.2

Field function returns field value.

func (ComponentVersionValidationError) Key added in v0.8.2

Key function returns key value.

func (ComponentVersionValidationError) Reason added in v0.8.2

Reason function returns reason value.

type ComponentVersions added in v0.8.2

type ComponentVersions struct {
	Components []*ComponentVersion `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

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

Deprecated: Use ComponentVersions.ProtoReflect.Descriptor instead.

func (*ComponentVersions) GetComponents added in v0.8.2

func (x *ComponentVersions) GetComponents() []*ComponentVersion

func (*ComponentVersions) ProtoMessage added in v0.8.2

func (*ComponentVersions) ProtoMessage()

func (*ComponentVersions) ProtoReflect added in v0.8.2

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

func (*ComponentVersions) Reset added in v0.8.2

func (x *ComponentVersions) Reset()

func (*ComponentVersions) String added in v0.8.2

func (x *ComponentVersions) String() string

func (*ComponentVersions) Validate added in v0.8.2

func (m *ComponentVersions) Validate() error

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

func (m *ComponentVersions) ValidateAll() error

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

type ComponentVersionsMultiError added in v0.8.2

type ComponentVersionsMultiError []error

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

func (ComponentVersionsMultiError) AllErrors added in v0.8.2

func (m ComponentVersionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ComponentVersionsMultiError) Error added in v0.8.2

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

type ComponentVersionsValidationError added in v0.8.2

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

ComponentVersionsValidationError is the validation error returned by ComponentVersions.Validate if the designated constraints aren't met.

func (ComponentVersionsValidationError) Cause added in v0.8.2

Cause function returns cause value.

func (ComponentVersionsValidationError) Error added in v0.8.2

Error satisfies the builtin error interface

func (ComponentVersionsValidationError) ErrorName added in v0.8.2

ErrorName returns error name.

func (ComponentVersionsValidationError) Field added in v0.8.2

Field function returns field value.

func (ComponentVersionsValidationError) Key added in v0.8.2

Key function returns key value.

func (ComponentVersionsValidationError) Reason added in v0.8.2

Reason function returns reason value.

type ComputeStats added in v0.3.8

type ComputeStats struct {
	UserPercent   float32 `` /* 161-byte string literal not displayed */
	SystemPercent float32 `` /* 175-byte string literal not displayed */
	IdlePercent   float32 `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

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

Deprecated: Use ComputeStats.ProtoReflect.Descriptor instead.

func (*ComputeStats) GetIdlePercent added in v0.3.8

func (x *ComputeStats) GetIdlePercent() float32

func (*ComputeStats) GetSystemPercent added in v0.3.8

func (x *ComputeStats) GetSystemPercent() float32

func (*ComputeStats) GetUserPercent added in v0.3.8

func (x *ComputeStats) GetUserPercent() float32

func (*ComputeStats) ProtoMessage added in v0.3.8

func (*ComputeStats) ProtoMessage()

func (*ComputeStats) ProtoReflect added in v0.3.8

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

func (*ComputeStats) Reset added in v0.3.8

func (x *ComputeStats) Reset()

func (*ComputeStats) String added in v0.3.8

func (x *ComputeStats) String() string

func (*ComputeStats) Validate added in v0.3.8

func (m *ComputeStats) Validate() error

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

func (m *ComputeStats) ValidateAll() error

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

type ComputeStatsMultiError added in v0.3.8

type ComputeStatsMultiError []error

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

func (ComputeStatsMultiError) AllErrors added in v0.3.8

func (m ComputeStatsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ComputeStatsMultiError) Error added in v0.3.8

func (m ComputeStatsMultiError) Error() string

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

type ComputeStatsValidationError added in v0.3.8

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

ComputeStatsValidationError is the validation error returned by ComputeStats.Validate if the designated constraints aren't met.

func (ComputeStatsValidationError) Cause added in v0.3.8

Cause function returns cause value.

func (ComputeStatsValidationError) Error added in v0.3.8

Error satisfies the builtin error interface

func (ComputeStatsValidationError) ErrorName added in v0.3.8

func (e ComputeStatsValidationError) ErrorName() string

ErrorName returns error name.

func (ComputeStatsValidationError) Field added in v0.3.8

Field function returns field value.

func (ComputeStatsValidationError) Key added in v0.3.8

Key function returns key value.

func (ComputeStatsValidationError) Reason added in v0.3.8

Reason function returns reason value.

type CurrentDaemonVersion added in v0.3.3

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

CurrentDaemonVersion is the current daemon version

func (*CurrentDaemonVersion) Descriptor deprecated added in v0.3.3

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

Deprecated: Use CurrentDaemonVersion.ProtoReflect.Descriptor instead.

func (*CurrentDaemonVersion) GetError added in v0.3.5

func (x *CurrentDaemonVersion) GetError() string

func (*CurrentDaemonVersion) GetSrcHash added in v0.4.6

func (x *CurrentDaemonVersion) GetSrcHash() string

func (*CurrentDaemonVersion) GetVendorHash added in v0.4.6

func (x *CurrentDaemonVersion) GetVendorHash() string

func (*CurrentDaemonVersion) GetVersion added in v0.3.3

func (x *CurrentDaemonVersion) GetVersion() string

func (*CurrentDaemonVersion) ProtoMessage added in v0.3.3

func (*CurrentDaemonVersion) ProtoMessage()

func (*CurrentDaemonVersion) ProtoReflect added in v0.3.3

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

func (*CurrentDaemonVersion) Reset added in v0.3.3

func (x *CurrentDaemonVersion) Reset()

func (*CurrentDaemonVersion) String added in v0.3.3

func (x *CurrentDaemonVersion) String() string

func (*CurrentDaemonVersion) Validate added in v0.3.3

func (m *CurrentDaemonVersion) Validate() error

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

func (m *CurrentDaemonVersion) ValidateAll() error

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

type CurrentDaemonVersionMultiError added in v0.3.3

type CurrentDaemonVersionMultiError []error

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

func (CurrentDaemonVersionMultiError) AllErrors added in v0.3.3

func (m CurrentDaemonVersionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CurrentDaemonVersionMultiError) Error added in v0.3.3

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

type CurrentDaemonVersionValidationError added in v0.3.3

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

CurrentDaemonVersionValidationError is the validation error returned by CurrentDaemonVersion.Validate if the designated constraints aren't met.

func (CurrentDaemonVersionValidationError) Cause added in v0.3.3

Cause function returns cause value.

func (CurrentDaemonVersionValidationError) Error added in v0.3.3

Error satisfies the builtin error interface

func (CurrentDaemonVersionValidationError) ErrorName added in v0.3.3

ErrorName returns error name.

func (CurrentDaemonVersionValidationError) Field added in v0.3.3

Field function returns field value.

func (CurrentDaemonVersionValidationError) Key added in v0.3.3

Key function returns key value.

func (CurrentDaemonVersionValidationError) Reason added in v0.3.3

Reason function returns reason value.

type DaemonMessage

type DaemonMessage struct {

	// Types that are assignable to Message:
	//
	//	*DaemonMessage_Heartbeat
	//	*DaemonMessage_ShutdownAlert
	//	*DaemonMessage_OsUpdateDiff
	//	*DaemonMessage_CurrentDaemonVersion
	//	*DaemonMessage_SystemStats
	//	*DaemonMessage_DeviceInitialized
	//	*DaemonMessage_UploadFileReady
	//	*DaemonMessage_UploadFileChunkCompleted
	//	*DaemonMessage_SettingsSaved
	//	*DaemonMessage_WireguardInterfaceAdded
	//	*DaemonMessage_WireguardInterfaceRemoved
	//	*DaemonMessage_WireguardPeerAdded
	//	*DaemonMessage_StunServerSet
	//	*DaemonMessage_LocatorServerAdded
	//	*DaemonMessage_LocatorServerRemoved
	//	*DaemonMessage_AllLocatorsDisabled
	//	*DaemonMessage_ComponentVersions
	//	*DaemonMessage_Logs
	Message isDaemonMessage_Message `protobuf_oneof:"message"`
	// ref: https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md#subject
	Subject string `protobuf:"bytes,64,opt,name=subject,proto3" json:"subject" bun:"subject" csv:"subject" pg:"subject" yaml:"subject"`
	// contains filtered or unexported fields
}

func (*DaemonMessage) Descriptor deprecated

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

Deprecated: Use DaemonMessage.ProtoReflect.Descriptor instead.

func (*DaemonMessage) GetAllLocatorsDisabled added in v0.8.1

func (x *DaemonMessage) GetAllLocatorsDisabled() *AllLocatorsDisabled

func (*DaemonMessage) GetComponentVersions added in v0.8.2

func (x *DaemonMessage) GetComponentVersions() *ComponentVersions

func (*DaemonMessage) GetCurrentDaemonVersion added in v0.3.3

func (x *DaemonMessage) GetCurrentDaemonVersion() *CurrentDaemonVersion

func (*DaemonMessage) GetDeviceInitialized added in v0.4.13

func (x *DaemonMessage) GetDeviceInitialized() *DeviceInitialized

func (*DaemonMessage) GetHeartbeat

func (x *DaemonMessage) GetHeartbeat() *Heartbeat

func (*DaemonMessage) GetLocatorServerAdded added in v0.8.1

func (x *DaemonMessage) GetLocatorServerAdded() *LocatorServerAdded

func (*DaemonMessage) GetLocatorServerRemoved added in v0.8.1

func (x *DaemonMessage) GetLocatorServerRemoved() *LocatorServerRemoved

func (*DaemonMessage) GetLogs added in v0.8.4

func (x *DaemonMessage) GetLogs() *Logs

func (*DaemonMessage) GetMessage

func (m *DaemonMessage) GetMessage() isDaemonMessage_Message

func (*DaemonMessage) GetOsUpdateDiff added in v0.3.2

func (x *DaemonMessage) GetOsUpdateDiff() *OSUpdateDiff

func (*DaemonMessage) GetSettingsSaved added in v0.4.20

func (x *DaemonMessage) GetSettingsSaved() *SettingsSaved

func (*DaemonMessage) GetShutdownAlert

func (x *DaemonMessage) GetShutdownAlert() *ShutdownAlert

func (*DaemonMessage) GetStunServerSet added in v0.8.1

func (x *DaemonMessage) GetStunServerSet() *STUNServerSet

func (*DaemonMessage) GetSubject added in v0.8.7

func (x *DaemonMessage) GetSubject() string

func (*DaemonMessage) GetSystemStats added in v0.3.8

func (x *DaemonMessage) GetSystemStats() *SystemStats

func (*DaemonMessage) GetUploadFileChunkCompleted added in v0.4.17

func (x *DaemonMessage) GetUploadFileChunkCompleted() *UploadFileChunkCompleted

func (*DaemonMessage) GetUploadFileReady added in v0.4.17

func (x *DaemonMessage) GetUploadFileReady() *UploadFileReady

func (*DaemonMessage) GetWireguardInterfaceAdded added in v0.4.22

func (x *DaemonMessage) GetWireguardInterfaceAdded() *WireguardInterfaceAdded

func (*DaemonMessage) GetWireguardInterfaceRemoved added in v0.4.22

func (x *DaemonMessage) GetWireguardInterfaceRemoved() *WireguardInterfaceRemoved

func (*DaemonMessage) GetWireguardPeerAdded added in v0.8.0

func (x *DaemonMessage) GetWireguardPeerAdded() *WireguardPeerAdded

func (*DaemonMessage) ProtoMessage

func (*DaemonMessage) ProtoMessage()

func (*DaemonMessage) ProtoReflect

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

func (*DaemonMessage) Reset

func (x *DaemonMessage) Reset()

func (*DaemonMessage) String

func (x *DaemonMessage) String() string

func (*DaemonMessage) Validate

func (m *DaemonMessage) Validate() error

Validate checks the field values on DaemonMessage 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 (*DaemonMessage) ValidateAll

func (m *DaemonMessage) ValidateAll() error

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

type DaemonMessageMultiError

type DaemonMessageMultiError []error

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

func (DaemonMessageMultiError) AllErrors

func (m DaemonMessageMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DaemonMessageMultiError) Error

func (m DaemonMessageMultiError) Error() string

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

type DaemonMessageValidationError

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

DaemonMessageValidationError is the validation error returned by DaemonMessage.Validate if the designated constraints aren't met.

func (DaemonMessageValidationError) Cause

Cause function returns cause value.

func (DaemonMessageValidationError) Error

Error satisfies the builtin error interface

func (DaemonMessageValidationError) ErrorName

func (e DaemonMessageValidationError) ErrorName() string

ErrorName returns error name.

func (DaemonMessageValidationError) Field

Field function returns field value.

func (DaemonMessageValidationError) Key

Key function returns key value.

func (DaemonMessageValidationError) Reason

Reason function returns reason value.

type DaemonMessage_AllLocatorsDisabled added in v0.8.1

type DaemonMessage_AllLocatorsDisabled struct {
	// Deprecated
	AllLocatorsDisabled *AllLocatorsDisabled `` /* 227-byte string literal not displayed */
}

type DaemonMessage_ComponentVersions added in v0.8.2

type DaemonMessage_ComponentVersions struct {
	ComponentVersions *ComponentVersions `` /* 208-byte string literal not displayed */
}

type DaemonMessage_CurrentDaemonVersion added in v0.3.3

type DaemonMessage_CurrentDaemonVersion struct {
	CurrentDaemonVersion *CurrentDaemonVersion `` /* 233-byte string literal not displayed */
}

type DaemonMessage_DeviceInitialized added in v0.4.13

type DaemonMessage_DeviceInitialized struct {
	// Deprecated: use SettingsSaved instead
	DeviceInitialized *DeviceInitialized `` /* 207-byte string literal not displayed */
}

type DaemonMessage_Heartbeat

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

type DaemonMessage_LocatorServerAdded added in v0.8.1

type DaemonMessage_LocatorServerAdded struct {
	LocatorServerAdded *LocatorServerAdded `` /* 220-byte string literal not displayed */
}

type DaemonMessage_LocatorServerRemoved added in v0.8.1

type DaemonMessage_LocatorServerRemoved struct {
	LocatorServerRemoved *LocatorServerRemoved `` /* 234-byte string literal not displayed */
}

type DaemonMessage_Logs added in v0.8.4

type DaemonMessage_Logs struct {
	Logs *Logs `protobuf:"bytes,18,opt,name=logs,proto3,oneof" bun:"logs" csv:"logs" json:"logs" pg:"logs" yaml:"logs"`
}

type DaemonMessage_OsUpdateDiff added in v0.3.2

type DaemonMessage_OsUpdateDiff struct {
	OsUpdateDiff *OSUpdateDiff `` /* 177-byte string literal not displayed */
}

type DaemonMessage_SettingsSaved added in v0.4.20

type DaemonMessage_SettingsSaved struct {
	SettingsSaved *SettingsSaved `` /* 179-byte string literal not displayed */
}

type DaemonMessage_ShutdownAlert

type DaemonMessage_ShutdownAlert struct {
	ShutdownAlert *ShutdownAlert `` /* 179-byte string literal not displayed */
}

type DaemonMessage_StunServerSet added in v0.8.1

type DaemonMessage_StunServerSet struct {
	StunServerSet *STUNServerSet `` /* 185-byte string literal not displayed */
}

type DaemonMessage_SystemStats added in v0.3.8

type DaemonMessage_SystemStats struct {
	SystemStats *SystemStats `` /* 165-byte string literal not displayed */
}

type DaemonMessage_UploadFileChunkCompleted added in v0.4.17

type DaemonMessage_UploadFileChunkCompleted struct {
	UploadFileChunkCompleted *UploadFileChunkCompleted `` /* 266-byte string literal not displayed */
}

type DaemonMessage_UploadFileReady added in v0.4.17

type DaemonMessage_UploadFileReady struct {
	UploadFileReady *UploadFileReady `` /* 198-byte string literal not displayed */
}

type DaemonMessage_WireguardInterfaceAdded added in v0.4.22

type DaemonMessage_WireguardInterfaceAdded struct {
	WireguardInterfaceAdded *WireguardInterfaceAdded `` /* 255-byte string literal not displayed */
}

type DaemonMessage_WireguardInterfaceRemoved added in v0.4.22

type DaemonMessage_WireguardInterfaceRemoved struct {
	WireguardInterfaceRemoved *WireguardInterfaceRemoved `` /* 269-byte string literal not displayed */
}

type DaemonMessage_WireguardPeerAdded added in v0.8.0

type DaemonMessage_WireguardPeerAdded struct {
	WireguardPeerAdded *WireguardPeerAdded `` /* 220-byte string literal not displayed */
}

type DeviceInitialized deprecated added in v0.4.13

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

Deprecated: use SettingsSaved instead

func (*DeviceInitialized) Descriptor deprecated added in v0.4.13

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

Deprecated: Use DeviceInitialized.ProtoReflect.Descriptor instead.

func (*DeviceInitialized) GetError added in v0.4.13

func (x *DeviceInitialized) GetError() string

func (*DeviceInitialized) ProtoMessage added in v0.4.13

func (*DeviceInitialized) ProtoMessage()

func (*DeviceInitialized) ProtoReflect added in v0.4.13

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

func (*DeviceInitialized) Reset added in v0.4.13

func (x *DeviceInitialized) Reset()

func (*DeviceInitialized) String added in v0.4.13

func (x *DeviceInitialized) String() string

func (*DeviceInitialized) Validate added in v0.4.13

func (m *DeviceInitialized) Validate() error

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

func (m *DeviceInitialized) ValidateAll() error

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

type DeviceInitializedMultiError added in v0.4.13

type DeviceInitializedMultiError []error

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

func (DeviceInitializedMultiError) AllErrors added in v0.4.13

func (m DeviceInitializedMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeviceInitializedMultiError) Error added in v0.4.13

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

type DeviceInitializedValidationError added in v0.4.13

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

DeviceInitializedValidationError is the validation error returned by DeviceInitialized.Validate if the designated constraints aren't met.

func (DeviceInitializedValidationError) Cause added in v0.4.13

Cause function returns cause value.

func (DeviceInitializedValidationError) Error added in v0.4.13

Error satisfies the builtin error interface

func (DeviceInitializedValidationError) ErrorName added in v0.4.13

ErrorName returns error name.

func (DeviceInitializedValidationError) Field added in v0.4.13

Field function returns field value.

func (DeviceInitializedValidationError) Key added in v0.4.13

Key function returns key value.

func (DeviceInitializedValidationError) Reason added in v0.4.13

Reason function returns reason value.

type DisableAllLocatorsCommand added in v0.8.1

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

Deprecated

func (*DisableAllLocatorsCommand) Descriptor deprecated added in v0.8.1

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

Deprecated: Use DisableAllLocatorsCommand.ProtoReflect.Descriptor instead.

func (*DisableAllLocatorsCommand) ProtoMessage added in v0.8.1

func (*DisableAllLocatorsCommand) ProtoMessage()

func (*DisableAllLocatorsCommand) ProtoReflect added in v0.8.1

func (*DisableAllLocatorsCommand) Reset added in v0.8.1

func (x *DisableAllLocatorsCommand) Reset()

func (*DisableAllLocatorsCommand) String added in v0.8.1

func (x *DisableAllLocatorsCommand) String() string

func (*DisableAllLocatorsCommand) Validate added in v0.8.1

func (m *DisableAllLocatorsCommand) Validate() error

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

func (m *DisableAllLocatorsCommand) ValidateAll() error

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

type DisableAllLocatorsCommandMultiError added in v0.8.1

type DisableAllLocatorsCommandMultiError []error

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

func (DisableAllLocatorsCommandMultiError) AllErrors added in v0.8.1

AllErrors returns a list of validation violation errors.

func (DisableAllLocatorsCommandMultiError) Error added in v0.8.1

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

type DisableAllLocatorsCommandValidationError added in v0.8.1

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

DisableAllLocatorsCommandValidationError is the validation error returned by DisableAllLocatorsCommand.Validate if the designated constraints aren't met.

func (DisableAllLocatorsCommandValidationError) Cause added in v0.8.1

Cause function returns cause value.

func (DisableAllLocatorsCommandValidationError) Error added in v0.8.1

Error satisfies the builtin error interface

func (DisableAllLocatorsCommandValidationError) ErrorName added in v0.8.1

ErrorName returns error name.

func (DisableAllLocatorsCommandValidationError) Field added in v0.8.1

Field function returns field value.

func (DisableAllLocatorsCommandValidationError) Key added in v0.8.1

Key function returns key value.

func (DisableAllLocatorsCommandValidationError) Reason added in v0.8.1

Reason function returns reason value.

type DriveStats added in v0.3.8

type DriveStats struct {
	MountPoint string `` /* 152-byte string literal not displayed */
	TotalBytes uint64 `` /* 153-byte string literal not displayed */
	FreeBytes  uint64 `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

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

Deprecated: Use DriveStats.ProtoReflect.Descriptor instead.

func (*DriveStats) GetFreeBytes added in v0.3.8

func (x *DriveStats) GetFreeBytes() uint64

func (*DriveStats) GetMountPoint added in v0.3.8

func (x *DriveStats) GetMountPoint() string

func (*DriveStats) GetTotalBytes added in v0.3.8

func (x *DriveStats) GetTotalBytes() uint64

func (*DriveStats) ProtoMessage added in v0.3.8

func (*DriveStats) ProtoMessage()

func (*DriveStats) ProtoReflect added in v0.3.8

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

func (*DriveStats) Reset added in v0.3.8

func (x *DriveStats) Reset()

func (*DriveStats) String added in v0.3.8

func (x *DriveStats) String() string

func (*DriveStats) Validate added in v0.3.8

func (m *DriveStats) Validate() error

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

func (m *DriveStats) ValidateAll() error

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

type DriveStatsMultiError added in v0.3.8

type DriveStatsMultiError []error

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

func (DriveStatsMultiError) AllErrors added in v0.3.8

func (m DriveStatsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DriveStatsMultiError) Error added in v0.3.8

func (m DriveStatsMultiError) Error() string

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

type DriveStatsValidationError added in v0.3.8

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

DriveStatsValidationError is the validation error returned by DriveStats.Validate if the designated constraints aren't met.

func (DriveStatsValidationError) Cause added in v0.3.8

func (e DriveStatsValidationError) Cause() error

Cause function returns cause value.

func (DriveStatsValidationError) Error added in v0.3.8

Error satisfies the builtin error interface

func (DriveStatsValidationError) ErrorName added in v0.3.8

func (e DriveStatsValidationError) ErrorName() string

ErrorName returns error name.

func (DriveStatsValidationError) Field added in v0.3.8

Field function returns field value.

func (DriveStatsValidationError) Key added in v0.3.8

Key function returns key value.

func (DriveStatsValidationError) Reason added in v0.3.8

func (e DriveStatsValidationError) Reason() string

Reason function returns reason value.

type FileChunk added in v0.4.17

type FileChunk struct {
	FileId string `protobuf:"bytes,1,opt,name=file_id,json=fileId,proto3" json:"file_id" bun:"file_id" csv:"file_id" pg:"file_id" yaml:"fileId"`
	Index  uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index" bun:"index" csv:"index" pg:"index" yaml:"index"`
	Data   []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data" bun:"data" csv:"data" pg:"data" yaml:"data"`
	// contains filtered or unexported fields
}

FileChunk defines a chunk of data passed to the daemon during a file upload

func (*FileChunk) Descriptor deprecated added in v0.4.17

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

Deprecated: Use FileChunk.ProtoReflect.Descriptor instead.

func (*FileChunk) GetData added in v0.4.17

func (x *FileChunk) GetData() []byte

func (*FileChunk) GetFileId added in v0.4.17

func (x *FileChunk) GetFileId() string

func (*FileChunk) GetIndex added in v0.4.17

func (x *FileChunk) GetIndex() uint32

func (*FileChunk) ProtoMessage added in v0.4.17

func (*FileChunk) ProtoMessage()

func (*FileChunk) ProtoReflect added in v0.4.17

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

func (*FileChunk) Reset added in v0.4.17

func (x *FileChunk) Reset()

func (*FileChunk) String added in v0.4.17

func (x *FileChunk) String() string

func (*FileChunk) Validate added in v0.4.17

func (m *FileChunk) Validate() error

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

func (m *FileChunk) ValidateAll() error

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

type FileChunkMultiError added in v0.4.17

type FileChunkMultiError []error

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

func (FileChunkMultiError) AllErrors added in v0.4.17

func (m FileChunkMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FileChunkMultiError) Error added in v0.4.17

func (m FileChunkMultiError) Error() string

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

type FileChunkValidationError added in v0.4.17

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

FileChunkValidationError is the validation error returned by FileChunk.Validate if the designated constraints aren't met.

func (FileChunkValidationError) Cause added in v0.4.17

func (e FileChunkValidationError) Cause() error

Cause function returns cause value.

func (FileChunkValidationError) Error added in v0.4.17

func (e FileChunkValidationError) Error() string

Error satisfies the builtin error interface

func (FileChunkValidationError) ErrorName added in v0.4.17

func (e FileChunkValidationError) ErrorName() string

ErrorName returns error name.

func (FileChunkValidationError) Field added in v0.4.17

func (e FileChunkValidationError) Field() string

Field function returns field value.

func (FileChunkValidationError) Key added in v0.4.17

Key function returns key value.

func (FileChunkValidationError) Reason added in v0.4.17

func (e FileChunkValidationError) Reason() string

Reason function returns reason value.

type FileDone added in v0.4.17

type FileDone struct {
	FileId     string `protobuf:"bytes,1,opt,name=file_id,json=fileId,proto3" json:"file_id" bun:"file_id" csv:"file_id" pg:"file_id" yaml:"fileId"`
	ChunkCount uint32 `` /* 153-byte string literal not displayed */
	FilePath   string `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

FileDone tells the daemon that the last file data chunk has been uploaded and the daemon can assemble the final file

func (*FileDone) Descriptor deprecated added in v0.4.17

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

Deprecated: Use FileDone.ProtoReflect.Descriptor instead.

func (*FileDone) GetChunkCount added in v0.4.17

func (x *FileDone) GetChunkCount() uint32

func (*FileDone) GetFileId added in v0.4.17

func (x *FileDone) GetFileId() string

func (*FileDone) GetFilePath added in v0.4.26

func (x *FileDone) GetFilePath() string

func (*FileDone) ProtoMessage added in v0.4.17

func (*FileDone) ProtoMessage()

func (*FileDone) ProtoReflect added in v0.4.17

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

func (*FileDone) Reset added in v0.4.17

func (x *FileDone) Reset()

func (*FileDone) String added in v0.4.17

func (x *FileDone) String() string

func (*FileDone) Validate added in v0.4.17

func (m *FileDone) Validate() error

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

func (m *FileDone) ValidateAll() error

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

type FileDoneMultiError added in v0.4.17

type FileDoneMultiError []error

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

func (FileDoneMultiError) AllErrors added in v0.4.17

func (m FileDoneMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FileDoneMultiError) Error added in v0.4.17

func (m FileDoneMultiError) Error() string

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

type FileDoneValidationError added in v0.4.17

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

FileDoneValidationError is the validation error returned by FileDone.Validate if the designated constraints aren't met.

func (FileDoneValidationError) Cause added in v0.4.17

func (e FileDoneValidationError) Cause() error

Cause function returns cause value.

func (FileDoneValidationError) Error added in v0.4.17

func (e FileDoneValidationError) Error() string

Error satisfies the builtin error interface

func (FileDoneValidationError) ErrorName added in v0.4.17

func (e FileDoneValidationError) ErrorName() string

ErrorName returns error name.

func (FileDoneValidationError) Field added in v0.4.17

func (e FileDoneValidationError) Field() string

Field function returns field value.

func (FileDoneValidationError) Key added in v0.4.17

func (e FileDoneValidationError) Key() bool

Key function returns key value.

func (FileDoneValidationError) Reason added in v0.4.17

func (e FileDoneValidationError) Reason() string

Reason function returns reason value.

type FileInfo added in v0.4.17

type FileInfo struct {
	FileId   string `protobuf:"bytes,1,opt,name=file_id,json=fileId,proto3" json:"file_id" bun:"file_id" csv:"file_id" pg:"file_id" yaml:"fileId"`
	FilePath string `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

FileInfo defines the metadata information about a file to be uploaded

func (*FileInfo) Descriptor deprecated added in v0.4.17

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

Deprecated: Use FileInfo.ProtoReflect.Descriptor instead.

func (*FileInfo) GetFileId added in v0.4.17

func (x *FileInfo) GetFileId() string

func (*FileInfo) GetFilePath added in v0.4.17

func (x *FileInfo) GetFilePath() string

func (*FileInfo) ProtoMessage added in v0.4.17

func (*FileInfo) ProtoMessage()

func (*FileInfo) ProtoReflect added in v0.4.17

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

func (*FileInfo) Reset added in v0.4.17

func (x *FileInfo) Reset()

func (*FileInfo) String added in v0.4.17

func (x *FileInfo) String() string

func (*FileInfo) Validate added in v0.4.17

func (m *FileInfo) Validate() error

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

func (m *FileInfo) ValidateAll() error

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

type FileInfoMultiError added in v0.4.17

type FileInfoMultiError []error

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

func (FileInfoMultiError) AllErrors added in v0.4.17

func (m FileInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FileInfoMultiError) Error added in v0.4.17

func (m FileInfoMultiError) Error() string

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

type FileInfoValidationError added in v0.4.17

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

FileInfoValidationError is the validation error returned by FileInfo.Validate if the designated constraints aren't met.

func (FileInfoValidationError) Cause added in v0.4.17

func (e FileInfoValidationError) Cause() error

Cause function returns cause value.

func (FileInfoValidationError) Error added in v0.4.17

func (e FileInfoValidationError) Error() string

Error satisfies the builtin error interface

func (FileInfoValidationError) ErrorName added in v0.4.17

func (e FileInfoValidationError) ErrorName() string

ErrorName returns error name.

func (FileInfoValidationError) Field added in v0.4.17

func (e FileInfoValidationError) Field() string

Field function returns field value.

func (FileInfoValidationError) Key added in v0.4.17

func (e FileInfoValidationError) Key() bool

Key function returns key value.

func (FileInfoValidationError) Reason added in v0.4.17

func (e FileInfoValidationError) Reason() string

Reason function returns reason value.

type Heartbeat

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

func (*Heartbeat) Descriptor deprecated

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

Deprecated: Use Heartbeat.ProtoReflect.Descriptor instead.

func (*Heartbeat) ProtoMessage

func (*Heartbeat) ProtoMessage()

func (*Heartbeat) ProtoReflect

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

func (*Heartbeat) Reset

func (x *Heartbeat) Reset()

func (*Heartbeat) String

func (x *Heartbeat) String() string

func (*Heartbeat) Validate

func (m *Heartbeat) Validate() error

Validate checks the field values on Heartbeat 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 (*Heartbeat) ValidateAll

func (m *Heartbeat) ValidateAll() error

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

type HeartbeatMultiError

type HeartbeatMultiError []error

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

func (HeartbeatMultiError) AllErrors

func (m HeartbeatMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HeartbeatMultiError) Error

func (m HeartbeatMultiError) Error() string

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

type HeartbeatValidationError

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

HeartbeatValidationError is the validation error returned by Heartbeat.Validate if the designated constraints aren't met.

func (HeartbeatValidationError) Cause

func (e HeartbeatValidationError) Cause() error

Cause function returns cause value.

func (HeartbeatValidationError) Error

func (e HeartbeatValidationError) Error() string

Error satisfies the builtin error interface

func (HeartbeatValidationError) ErrorName

func (e HeartbeatValidationError) ErrorName() string

ErrorName returns error name.

func (HeartbeatValidationError) Field

func (e HeartbeatValidationError) Field() string

Field function returns field value.

func (HeartbeatValidationError) Key

Key function returns key value.

func (HeartbeatValidationError) Reason

func (e HeartbeatValidationError) Reason() string

Reason function returns reason value.

type InitializeDeviceCommand deprecated added in v0.4.13

type InitializeDeviceCommand struct {
	User     *SetUserPasswordCommand `protobuf:"bytes,1,opt,name=user,proto3" json:"user" bun:"user" csv:"user" pg:"user" yaml:"user"`
	TimeZone *SetTimeZoneCommand     `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: use SaveSettingsCommand instead

func (*InitializeDeviceCommand) Descriptor deprecated added in v0.4.13

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

Deprecated: Use InitializeDeviceCommand.ProtoReflect.Descriptor instead.

func (*InitializeDeviceCommand) GetTimeZone added in v0.4.13

func (x *InitializeDeviceCommand) GetTimeZone() *SetTimeZoneCommand

func (*InitializeDeviceCommand) GetUser added in v0.4.13

func (*InitializeDeviceCommand) ProtoMessage added in v0.4.13

func (*InitializeDeviceCommand) ProtoMessage()

func (*InitializeDeviceCommand) ProtoReflect added in v0.4.13

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

func (*InitializeDeviceCommand) Reset added in v0.4.13

func (x *InitializeDeviceCommand) Reset()

func (*InitializeDeviceCommand) String added in v0.4.13

func (x *InitializeDeviceCommand) String() string

func (*InitializeDeviceCommand) Validate added in v0.4.13

func (m *InitializeDeviceCommand) Validate() error

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

func (m *InitializeDeviceCommand) ValidateAll() error

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

type InitializeDeviceCommandMultiError added in v0.4.13

type InitializeDeviceCommandMultiError []error

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

func (InitializeDeviceCommandMultiError) AllErrors added in v0.4.13

func (m InitializeDeviceCommandMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InitializeDeviceCommandMultiError) Error added in v0.4.13

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

type InitializeDeviceCommandValidationError added in v0.4.13

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

InitializeDeviceCommandValidationError is the validation error returned by InitializeDeviceCommand.Validate if the designated constraints aren't met.

func (InitializeDeviceCommandValidationError) Cause added in v0.4.13

Cause function returns cause value.

func (InitializeDeviceCommandValidationError) Error added in v0.4.13

Error satisfies the builtin error interface

func (InitializeDeviceCommandValidationError) ErrorName added in v0.4.13

ErrorName returns error name.

func (InitializeDeviceCommandValidationError) Field added in v0.4.13

Field function returns field value.

func (InitializeDeviceCommandValidationError) Key added in v0.4.13

Key function returns key value.

func (InitializeDeviceCommandValidationError) Reason added in v0.4.13

Reason function returns reason value.

type InstallOSUpdateCommand added in v0.3.5

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

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

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

Deprecated: Use InstallOSUpdateCommand.ProtoReflect.Descriptor instead.

func (*InstallOSUpdateCommand) ProtoMessage added in v0.3.5

func (*InstallOSUpdateCommand) ProtoMessage()

func (*InstallOSUpdateCommand) ProtoReflect added in v0.3.5

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

func (*InstallOSUpdateCommand) Reset added in v0.3.5

func (x *InstallOSUpdateCommand) Reset()

func (*InstallOSUpdateCommand) String added in v0.3.5

func (x *InstallOSUpdateCommand) String() string

func (*InstallOSUpdateCommand) Validate added in v0.3.5

func (m *InstallOSUpdateCommand) Validate() error

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

func (m *InstallOSUpdateCommand) ValidateAll() error

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

type InstallOSUpdateCommandMultiError added in v0.3.5

type InstallOSUpdateCommandMultiError []error

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

func (InstallOSUpdateCommandMultiError) AllErrors added in v0.3.5

func (m InstallOSUpdateCommandMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallOSUpdateCommandMultiError) Error added in v0.3.5

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

type InstallOSUpdateCommandValidationError added in v0.3.5

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

InstallOSUpdateCommandValidationError is the validation error returned by InstallOSUpdateCommand.Validate if the designated constraints aren't met.

func (InstallOSUpdateCommandValidationError) Cause added in v0.3.5

Cause function returns cause value.

func (InstallOSUpdateCommandValidationError) Error added in v0.3.5

Error satisfies the builtin error interface

func (InstallOSUpdateCommandValidationError) ErrorName added in v0.3.5

ErrorName returns error name.

func (InstallOSUpdateCommandValidationError) Field added in v0.3.5

Field function returns field value.

func (InstallOSUpdateCommandValidationError) Key added in v0.3.5

Key function returns key value.

func (InstallOSUpdateCommandValidationError) Reason added in v0.3.5

Reason function returns reason value.

type LocatorServerAdded added in v0.8.1

type LocatorServerAdded struct {
	LocatorAddress     string `` /* 180-byte string literal not displayed */
	WireguardInterface string `` /* 208-byte string literal not displayed */
	Error              string `protobuf:"bytes,16,opt,name=error,proto3" json:"error" bun:"error" csv:"error" pg:"error" yaml:"error"`
	// contains filtered or unexported fields
}

func (*LocatorServerAdded) Descriptor deprecated added in v0.8.1

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

Deprecated: Use LocatorServerAdded.ProtoReflect.Descriptor instead.

func (*LocatorServerAdded) GetError added in v0.8.1

func (x *LocatorServerAdded) GetError() string

func (*LocatorServerAdded) GetLocatorAddress added in v0.8.6

func (x *LocatorServerAdded) GetLocatorAddress() string

func (*LocatorServerAdded) GetWireguardInterface added in v0.8.6

func (x *LocatorServerAdded) GetWireguardInterface() string

func (*LocatorServerAdded) ProtoMessage added in v0.8.1

func (*LocatorServerAdded) ProtoMessage()

func (*LocatorServerAdded) ProtoReflect added in v0.8.1

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

func (*LocatorServerAdded) Reset added in v0.8.1

func (x *LocatorServerAdded) Reset()

func (*LocatorServerAdded) String added in v0.8.1

func (x *LocatorServerAdded) String() string

func (*LocatorServerAdded) Validate added in v0.8.1

func (m *LocatorServerAdded) Validate() error

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

func (m *LocatorServerAdded) ValidateAll() error

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

type LocatorServerAddedMultiError added in v0.8.1

type LocatorServerAddedMultiError []error

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

func (LocatorServerAddedMultiError) AllErrors added in v0.8.1

func (m LocatorServerAddedMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LocatorServerAddedMultiError) Error added in v0.8.1

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

type LocatorServerAddedValidationError added in v0.8.1

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

LocatorServerAddedValidationError is the validation error returned by LocatorServerAdded.Validate if the designated constraints aren't met.

func (LocatorServerAddedValidationError) Cause added in v0.8.1

Cause function returns cause value.

func (LocatorServerAddedValidationError) Error added in v0.8.1

Error satisfies the builtin error interface

func (LocatorServerAddedValidationError) ErrorName added in v0.8.1

ErrorName returns error name.

func (LocatorServerAddedValidationError) Field added in v0.8.1

Field function returns field value.

func (LocatorServerAddedValidationError) Key added in v0.8.1

Key function returns key value.

func (LocatorServerAddedValidationError) Reason added in v0.8.1

Reason function returns reason value.

type LocatorServerRemoved added in v0.8.1

type LocatorServerRemoved struct {
	LocatorAddress     string `` /* 180-byte string literal not displayed */
	WireguardInterface string `` /* 208-byte string literal not displayed */
	Error              string `protobuf:"bytes,16,opt,name=error,proto3" json:"error" bun:"error" csv:"error" pg:"error" yaml:"error"`
	// contains filtered or unexported fields
}

func (*LocatorServerRemoved) Descriptor deprecated added in v0.8.1

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

Deprecated: Use LocatorServerRemoved.ProtoReflect.Descriptor instead.

func (*LocatorServerRemoved) GetError added in v0.8.1

func (x *LocatorServerRemoved) GetError() string

func (*LocatorServerRemoved) GetLocatorAddress added in v0.8.6

func (x *LocatorServerRemoved) GetLocatorAddress() string

func (*LocatorServerRemoved) GetWireguardInterface added in v0.8.6

func (x *LocatorServerRemoved) GetWireguardInterface() string

func (*LocatorServerRemoved) ProtoMessage added in v0.8.1

func (*LocatorServerRemoved) ProtoMessage()

func (*LocatorServerRemoved) ProtoReflect added in v0.8.1

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

func (*LocatorServerRemoved) Reset added in v0.8.1

func (x *LocatorServerRemoved) Reset()

func (*LocatorServerRemoved) String added in v0.8.1

func (x *LocatorServerRemoved) String() string

func (*LocatorServerRemoved) Validate added in v0.8.1

func (m *LocatorServerRemoved) Validate() error

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

func (m *LocatorServerRemoved) ValidateAll() error

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

type LocatorServerRemovedMultiError added in v0.8.1

type LocatorServerRemovedMultiError []error

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

func (LocatorServerRemovedMultiError) AllErrors added in v0.8.1

func (m LocatorServerRemovedMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LocatorServerRemovedMultiError) Error added in v0.8.1

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

type LocatorServerRemovedValidationError added in v0.8.1

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

LocatorServerRemovedValidationError is the validation error returned by LocatorServerRemoved.Validate if the designated constraints aren't met.

func (LocatorServerRemovedValidationError) Cause added in v0.8.1

Cause function returns cause value.

func (LocatorServerRemovedValidationError) Error added in v0.8.1

Error satisfies the builtin error interface

func (LocatorServerRemovedValidationError) ErrorName added in v0.8.1

ErrorName returns error name.

func (LocatorServerRemovedValidationError) Field added in v0.8.1

Field function returns field value.

func (LocatorServerRemovedValidationError) Key added in v0.8.1

Key function returns key value.

func (LocatorServerRemovedValidationError) Reason added in v0.8.1

Reason function returns reason value.

type Log added in v0.8.4

type Log struct {
	Source    string                 `protobuf:"bytes,1,opt,name=source,proto3" json:"source" bun:"source" csv:"source" pg:"source" yaml:"source"`
	Namespace string                 `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace" bun:"namespace" csv:"namespace" pg:"namespace" yaml:"namespace"`
	Domain    string                 `protobuf:"bytes,3,opt,name=domain,proto3" json:"domain" bun:"domain" csv:"domain" pg:"domain" yaml:"domain"`
	Log       string                 `protobuf:"bytes,4,opt,name=log,proto3" json:"log" bun:"log" csv:"log" pg:"log" yaml:"log"`
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp" bun:"timestamp" csv:"timestamp" pg:"timestamp" yaml:"timestamp"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use Log.ProtoReflect.Descriptor instead.

func (*Log) GetDomain added in v0.8.4

func (x *Log) GetDomain() string

func (*Log) GetLog added in v0.8.4

func (x *Log) GetLog() string

func (*Log) GetNamespace added in v0.8.4

func (x *Log) GetNamespace() string

func (*Log) GetSource added in v0.8.4

func (x *Log) GetSource() string

func (*Log) GetTimestamp added in v0.8.4

func (x *Log) GetTimestamp() *timestamppb.Timestamp

func (*Log) ProtoMessage added in v0.8.4

func (*Log) ProtoMessage()

func (*Log) ProtoReflect added in v0.8.4

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

func (*Log) Reset added in v0.8.4

func (x *Log) Reset()

func (*Log) String added in v0.8.4

func (x *Log) String() string

func (*Log) Validate added in v0.8.4

func (m *Log) Validate() error

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

func (m *Log) ValidateAll() error

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

type LogMultiError added in v0.8.4

type LogMultiError []error

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

func (LogMultiError) AllErrors added in v0.8.4

func (m LogMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LogMultiError) Error added in v0.8.4

func (m LogMultiError) Error() string

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

type LogValidationError added in v0.8.4

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

LogValidationError is the validation error returned by Log.Validate if the designated constraints aren't met.

func (LogValidationError) Cause added in v0.8.4

func (e LogValidationError) Cause() error

Cause function returns cause value.

func (LogValidationError) Error added in v0.8.4

func (e LogValidationError) Error() string

Error satisfies the builtin error interface

func (LogValidationError) ErrorName added in v0.8.4

func (e LogValidationError) ErrorName() string

ErrorName returns error name.

func (LogValidationError) Field added in v0.8.4

func (e LogValidationError) Field() string

Field function returns field value.

func (LogValidationError) Key added in v0.8.4

func (e LogValidationError) Key() bool

Key function returns key value.

func (LogValidationError) Reason added in v0.8.4

func (e LogValidationError) Reason() string

Reason function returns reason value.

type Logs added in v0.8.4

type Logs struct {
	RequestId string `` /* 145-byte string literal not displayed */
	Logs      []*Log `protobuf:"bytes,2,rep,name=logs,proto3" json:"logs" bun:"logs" csv:"logs" pg:"logs" yaml:"logs"`
	Error     string `protobuf:"bytes,16,opt,name=error,proto3" json:"error" bun:"error" csv:"error" pg:"error" yaml:"error"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use Logs.ProtoReflect.Descriptor instead.

func (*Logs) GetError added in v0.8.6

func (x *Logs) GetError() string

func (*Logs) GetLogs added in v0.8.4

func (x *Logs) GetLogs() []*Log

func (*Logs) GetRequestId added in v0.8.4

func (x *Logs) GetRequestId() string

func (*Logs) ProtoMessage added in v0.8.4

func (*Logs) ProtoMessage()

func (*Logs) ProtoReflect added in v0.8.4

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

func (*Logs) Reset added in v0.8.4

func (x *Logs) Reset()

func (*Logs) String added in v0.8.4

func (x *Logs) String() string

func (*Logs) Validate added in v0.8.4

func (m *Logs) Validate() error

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

func (m *Logs) ValidateAll() error

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

type LogsMultiError added in v0.8.4

type LogsMultiError []error

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

func (LogsMultiError) AllErrors added in v0.8.4

func (m LogsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LogsMultiError) Error added in v0.8.4

func (m LogsMultiError) Error() string

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

type LogsValidationError added in v0.8.4

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

LogsValidationError is the validation error returned by Logs.Validate if the designated constraints aren't met.

func (LogsValidationError) Cause added in v0.8.4

func (e LogsValidationError) Cause() error

Cause function returns cause value.

func (LogsValidationError) Error added in v0.8.4

func (e LogsValidationError) Error() string

Error satisfies the builtin error interface

func (LogsValidationError) ErrorName added in v0.8.4

func (e LogsValidationError) ErrorName() string

ErrorName returns error name.

func (LogsValidationError) Field added in v0.8.4

func (e LogsValidationError) Field() string

Field function returns field value.

func (LogsValidationError) Key added in v0.8.4

func (e LogsValidationError) Key() bool

Key function returns key value.

func (LogsValidationError) Reason added in v0.8.4

func (e LogsValidationError) Reason() string

Reason function returns reason value.

type MemoryStats added in v0.3.8

type MemoryStats struct {
	TotalBytes     uint64 `` /* 153-byte string literal not displayed */
	UsedBytes      uint64 `` /* 146-byte string literal not displayed */
	CachedBytes    uint64 `` /* 160-byte string literal not displayed */
	FreeBytes      uint64 `` /* 146-byte string literal not displayed */
	AvailableBytes uint64 `` /* 181-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

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

Deprecated: Use MemoryStats.ProtoReflect.Descriptor instead.

func (*MemoryStats) GetAvailableBytes added in v0.3.8

func (x *MemoryStats) GetAvailableBytes() uint64

func (*MemoryStats) GetCachedBytes added in v0.3.8

func (x *MemoryStats) GetCachedBytes() uint64

func (*MemoryStats) GetFreeBytes added in v0.3.8

func (x *MemoryStats) GetFreeBytes() uint64

func (*MemoryStats) GetTotalBytes added in v0.3.8

func (x *MemoryStats) GetTotalBytes() uint64

func (*MemoryStats) GetUsedBytes added in v0.3.8

func (x *MemoryStats) GetUsedBytes() uint64

func (*MemoryStats) ProtoMessage added in v0.3.8

func (*MemoryStats) ProtoMessage()

func (*MemoryStats) ProtoReflect added in v0.3.8

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

func (*MemoryStats) Reset added in v0.3.8

func (x *MemoryStats) Reset()

func (*MemoryStats) String added in v0.3.8

func (x *MemoryStats) String() string

func (*MemoryStats) Validate added in v0.3.8

func (m *MemoryStats) Validate() error

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

func (m *MemoryStats) ValidateAll() error

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

type MemoryStatsMultiError added in v0.3.8

type MemoryStatsMultiError []error

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

func (MemoryStatsMultiError) AllErrors added in v0.3.8

func (m MemoryStatsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MemoryStatsMultiError) Error added in v0.3.8

func (m MemoryStatsMultiError) Error() string

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

type MemoryStatsValidationError added in v0.3.8

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

MemoryStatsValidationError is the validation error returned by MemoryStats.Validate if the designated constraints aren't met.

func (MemoryStatsValidationError) Cause added in v0.3.8

Cause function returns cause value.

func (MemoryStatsValidationError) Error added in v0.3.8

Error satisfies the builtin error interface

func (MemoryStatsValidationError) ErrorName added in v0.3.8

func (e MemoryStatsValidationError) ErrorName() string

ErrorName returns error name.

func (MemoryStatsValidationError) Field added in v0.3.8

Field function returns field value.

func (MemoryStatsValidationError) Key added in v0.3.8

Key function returns key value.

func (MemoryStatsValidationError) Reason added in v0.3.8

Reason function returns reason value.

type OSUpdateDiff added in v0.3.2

type OSUpdateDiff struct {
	Description string `` /* 137-byte string literal not displayed */
	Error       string `protobuf:"bytes,16,opt,name=error,proto3" json:"error" bun:"error" csv:"error" pg:"error" yaml:"error"`
	// contains filtered or unexported fields
}

OSUpdateDiff is the result of the `nvd diff` command

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

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

Deprecated: Use OSUpdateDiff.ProtoReflect.Descriptor instead.

func (*OSUpdateDiff) GetDescription added in v0.3.2

func (x *OSUpdateDiff) GetDescription() string

func (*OSUpdateDiff) GetError added in v0.3.5

func (x *OSUpdateDiff) GetError() string

func (*OSUpdateDiff) ProtoMessage added in v0.3.2

func (*OSUpdateDiff) ProtoMessage()

func (*OSUpdateDiff) ProtoReflect added in v0.3.2

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

func (*OSUpdateDiff) Reset added in v0.3.2

func (x *OSUpdateDiff) Reset()

func (*OSUpdateDiff) String added in v0.3.2

func (x *OSUpdateDiff) String() string

func (*OSUpdateDiff) Validate added in v0.3.2

func (m *OSUpdateDiff) Validate() error

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

func (m *OSUpdateDiff) ValidateAll() error

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

type OSUpdateDiffMultiError added in v0.3.2

type OSUpdateDiffMultiError []error

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

func (OSUpdateDiffMultiError) AllErrors added in v0.3.2

func (m OSUpdateDiffMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OSUpdateDiffMultiError) Error added in v0.3.2

func (m OSUpdateDiffMultiError) Error() string

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

type OSUpdateDiffValidationError added in v0.3.2

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

OSUpdateDiffValidationError is the validation error returned by OSUpdateDiff.Validate if the designated constraints aren't met.

func (OSUpdateDiffValidationError) Cause added in v0.3.2

Cause function returns cause value.

func (OSUpdateDiffValidationError) Error added in v0.3.2

Error satisfies the builtin error interface

func (OSUpdateDiffValidationError) ErrorName added in v0.3.2

func (e OSUpdateDiffValidationError) ErrorName() string

ErrorName returns error name.

func (OSUpdateDiffValidationError) Field added in v0.3.2

Field function returns field value.

func (OSUpdateDiffValidationError) Key added in v0.3.2

Key function returns key value.

func (OSUpdateDiffValidationError) Reason added in v0.3.2

Reason function returns reason value.

type RemoveLocatorServerCommand added in v0.8.1

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

func (*RemoveLocatorServerCommand) Descriptor deprecated added in v0.8.1

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

Deprecated: Use RemoveLocatorServerCommand.ProtoReflect.Descriptor instead.

func (*RemoveLocatorServerCommand) GetLocatorAddress added in v0.8.1

func (x *RemoveLocatorServerCommand) GetLocatorAddress() string

func (*RemoveLocatorServerCommand) GetWireguardInterface added in v0.8.6

func (x *RemoveLocatorServerCommand) GetWireguardInterface() string

func (*RemoveLocatorServerCommand) ProtoMessage added in v0.8.1

func (*RemoveLocatorServerCommand) ProtoMessage()

func (*RemoveLocatorServerCommand) ProtoReflect added in v0.8.1

func (*RemoveLocatorServerCommand) Reset added in v0.8.1

func (x *RemoveLocatorServerCommand) Reset()

func (*RemoveLocatorServerCommand) String added in v0.8.1

func (x *RemoveLocatorServerCommand) String() string

func (*RemoveLocatorServerCommand) Validate added in v0.8.1

func (m *RemoveLocatorServerCommand) Validate() error

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

func (m *RemoveLocatorServerCommand) ValidateAll() error

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

type RemoveLocatorServerCommandMultiError added in v0.8.1

type RemoveLocatorServerCommandMultiError []error

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

func (RemoveLocatorServerCommandMultiError) AllErrors added in v0.8.1

AllErrors returns a list of validation violation errors.

func (RemoveLocatorServerCommandMultiError) Error added in v0.8.1

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

type RemoveLocatorServerCommandValidationError added in v0.8.1

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

RemoveLocatorServerCommandValidationError is the validation error returned by RemoveLocatorServerCommand.Validate if the designated constraints aren't met.

func (RemoveLocatorServerCommandValidationError) Cause added in v0.8.1

Cause function returns cause value.

func (RemoveLocatorServerCommandValidationError) Error added in v0.8.1

Error satisfies the builtin error interface

func (RemoveLocatorServerCommandValidationError) ErrorName added in v0.8.1

ErrorName returns error name.

func (RemoveLocatorServerCommandValidationError) Field added in v0.8.1

Field function returns field value.

func (RemoveLocatorServerCommandValidationError) Key added in v0.8.1

Key function returns key value.

func (RemoveLocatorServerCommandValidationError) Reason added in v0.8.1

Reason function returns reason value.

type RemoveMdnsHostCommand added in v0.4.9

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

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

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

Deprecated: Use RemoveMdnsHostCommand.ProtoReflect.Descriptor instead.

func (*RemoveMdnsHostCommand) GetHostname added in v0.4.9

func (x *RemoveMdnsHostCommand) GetHostname() string

func (*RemoveMdnsHostCommand) ProtoMessage added in v0.4.9

func (*RemoveMdnsHostCommand) ProtoMessage()

func (*RemoveMdnsHostCommand) ProtoReflect added in v0.4.9

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

func (*RemoveMdnsHostCommand) Reset added in v0.4.9

func (x *RemoveMdnsHostCommand) Reset()

func (*RemoveMdnsHostCommand) String added in v0.4.9

func (x *RemoveMdnsHostCommand) String() string

func (*RemoveMdnsHostCommand) Validate added in v0.4.9

func (m *RemoveMdnsHostCommand) Validate() error

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

func (m *RemoveMdnsHostCommand) ValidateAll() error

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

type RemoveMdnsHostCommandMultiError added in v0.4.9

type RemoveMdnsHostCommandMultiError []error

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

func (RemoveMdnsHostCommandMultiError) AllErrors added in v0.4.9

func (m RemoveMdnsHostCommandMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RemoveMdnsHostCommandMultiError) Error added in v0.4.9

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

type RemoveMdnsHostCommandValidationError added in v0.4.9

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

RemoveMdnsHostCommandValidationError is the validation error returned by RemoveMdnsHostCommand.Validate if the designated constraints aren't met.

func (RemoveMdnsHostCommandValidationError) Cause added in v0.4.9

Cause function returns cause value.

func (RemoveMdnsHostCommandValidationError) Error added in v0.4.9

Error satisfies the builtin error interface

func (RemoveMdnsHostCommandValidationError) ErrorName added in v0.4.9

ErrorName returns error name.

func (RemoveMdnsHostCommandValidationError) Field added in v0.4.9

Field function returns field value.

func (RemoveMdnsHostCommandValidationError) Key added in v0.4.9

Key function returns key value.

func (RemoveMdnsHostCommandValidationError) Reason added in v0.4.9

Reason function returns reason value.

type RemoveWireguardInterface added in v0.4.22

type RemoveWireguardInterface 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 (*RemoveWireguardInterface) Descriptor deprecated added in v0.4.22

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

Deprecated: Use RemoveWireguardInterface.ProtoReflect.Descriptor instead.

func (*RemoveWireguardInterface) GetName added in v0.4.22

func (x *RemoveWireguardInterface) GetName() string

func (*RemoveWireguardInterface) ProtoMessage added in v0.4.22

func (*RemoveWireguardInterface) ProtoMessage()

func (*RemoveWireguardInterface) ProtoReflect added in v0.4.22

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

func (*RemoveWireguardInterface) Reset added in v0.4.22

func (x *RemoveWireguardInterface) Reset()

func (*RemoveWireguardInterface) String added in v0.4.22

func (x *RemoveWireguardInterface) String() string

func (*RemoveWireguardInterface) Validate added in v0.4.22

func (m *RemoveWireguardInterface) Validate() error

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

func (m *RemoveWireguardInterface) ValidateAll() error

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

type RemoveWireguardInterfaceMultiError added in v0.4.22

type RemoveWireguardInterfaceMultiError []error

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

func (RemoveWireguardInterfaceMultiError) AllErrors added in v0.4.22

func (m RemoveWireguardInterfaceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RemoveWireguardInterfaceMultiError) Error added in v0.4.22

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

type RemoveWireguardInterfaceValidationError added in v0.4.22

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

RemoveWireguardInterfaceValidationError is the validation error returned by RemoveWireguardInterface.Validate if the designated constraints aren't met.

func (RemoveWireguardInterfaceValidationError) Cause added in v0.4.22

Cause function returns cause value.

func (RemoveWireguardInterfaceValidationError) Error added in v0.4.22

Error satisfies the builtin error interface

func (RemoveWireguardInterfaceValidationError) ErrorName added in v0.4.22

ErrorName returns error name.

func (RemoveWireguardInterfaceValidationError) Field added in v0.4.22

Field function returns field value.

func (RemoveWireguardInterfaceValidationError) Key added in v0.4.22

Key function returns key value.

func (RemoveWireguardInterfaceValidationError) Reason added in v0.4.22

Reason function returns reason value.

type RequestComponentVersionsCommand added in v0.8.2

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

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

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

Deprecated: Use RequestComponentVersionsCommand.ProtoReflect.Descriptor instead.

func (*RequestComponentVersionsCommand) ProtoMessage added in v0.8.2

func (*RequestComponentVersionsCommand) ProtoMessage()

func (*RequestComponentVersionsCommand) ProtoReflect added in v0.8.2

func (*RequestComponentVersionsCommand) Reset added in v0.8.2

func (*RequestComponentVersionsCommand) String added in v0.8.2

func (*RequestComponentVersionsCommand) Validate added in v0.8.2

func (m *RequestComponentVersionsCommand) Validate() error

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

func (m *RequestComponentVersionsCommand) ValidateAll() error

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

type RequestComponentVersionsCommandMultiError added in v0.8.2

type RequestComponentVersionsCommandMultiError []error

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

func (RequestComponentVersionsCommandMultiError) AllErrors added in v0.8.2

AllErrors returns a list of validation violation errors.

func (RequestComponentVersionsCommandMultiError) Error added in v0.8.2

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

type RequestComponentVersionsCommandValidationError added in v0.8.2

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

RequestComponentVersionsCommandValidationError is the validation error returned by RequestComponentVersionsCommand.Validate if the designated constraints aren't met.

func (RequestComponentVersionsCommandValidationError) Cause added in v0.8.2

Cause function returns cause value.

func (RequestComponentVersionsCommandValidationError) Error added in v0.8.2

Error satisfies the builtin error interface

func (RequestComponentVersionsCommandValidationError) ErrorName added in v0.8.2

ErrorName returns error name.

func (RequestComponentVersionsCommandValidationError) Field added in v0.8.2

Field function returns field value.

func (RequestComponentVersionsCommandValidationError) Key added in v0.8.2

Key function returns key value.

func (RequestComponentVersionsCommandValidationError) Reason added in v0.8.2

Reason function returns reason value.

type RequestCurrentDaemonVersion added in v0.3.3

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

RequestCurrentDaemonVersion tells the daemon to check the current daemon version and send it to the server

func (*RequestCurrentDaemonVersion) Descriptor deprecated added in v0.3.3

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

Deprecated: Use RequestCurrentDaemonVersion.ProtoReflect.Descriptor instead.

func (*RequestCurrentDaemonVersion) ProtoMessage added in v0.3.3

func (*RequestCurrentDaemonVersion) ProtoMessage()

func (*RequestCurrentDaemonVersion) ProtoReflect added in v0.3.3

func (*RequestCurrentDaemonVersion) Reset added in v0.3.3

func (x *RequestCurrentDaemonVersion) Reset()

func (*RequestCurrentDaemonVersion) String added in v0.3.3

func (x *RequestCurrentDaemonVersion) String() string

func (*RequestCurrentDaemonVersion) Validate added in v0.3.3

func (m *RequestCurrentDaemonVersion) Validate() error

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

func (m *RequestCurrentDaemonVersion) ValidateAll() error

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

type RequestCurrentDaemonVersionMultiError added in v0.3.3

type RequestCurrentDaemonVersionMultiError []error

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

func (RequestCurrentDaemonVersionMultiError) AllErrors added in v0.3.3

AllErrors returns a list of validation violation errors.

func (RequestCurrentDaemonVersionMultiError) Error added in v0.3.3

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

type RequestCurrentDaemonVersionValidationError added in v0.3.3

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

RequestCurrentDaemonVersionValidationError is the validation error returned by RequestCurrentDaemonVersion.Validate if the designated constraints aren't met.

func (RequestCurrentDaemonVersionValidationError) Cause added in v0.3.3

Cause function returns cause value.

func (RequestCurrentDaemonVersionValidationError) Error added in v0.3.3

Error satisfies the builtin error interface

func (RequestCurrentDaemonVersionValidationError) ErrorName added in v0.3.3

ErrorName returns error name.

func (RequestCurrentDaemonVersionValidationError) Field added in v0.3.3

Field function returns field value.

func (RequestCurrentDaemonVersionValidationError) Key added in v0.3.3

Key function returns key value.

func (RequestCurrentDaemonVersionValidationError) Reason added in v0.3.3

Reason function returns reason value.

type RequestLogsCommand added in v0.8.4

type RequestLogsCommand struct {
	RequestId string `` /* 145-byte string literal not displayed */
	// 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 (*RequestLogsCommand) Descriptor deprecated added in v0.8.4

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

Deprecated: Use RequestLogsCommand.ProtoReflect.Descriptor instead.

func (*RequestLogsCommand) GetRequestId added in v0.8.4

func (x *RequestLogsCommand) GetRequestId() string

func (*RequestLogsCommand) GetSinceSeconds added in v0.8.4

func (x *RequestLogsCommand) GetSinceSeconds() uint32

func (*RequestLogsCommand) ProtoMessage added in v0.8.4

func (*RequestLogsCommand) ProtoMessage()

func (*RequestLogsCommand) ProtoReflect added in v0.8.4

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

func (*RequestLogsCommand) Reset added in v0.8.4

func (x *RequestLogsCommand) Reset()

func (*RequestLogsCommand) String added in v0.8.4

func (x *RequestLogsCommand) String() string

func (*RequestLogsCommand) Validate added in v0.8.4

func (m *RequestLogsCommand) Validate() error

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

func (m *RequestLogsCommand) ValidateAll() error

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

type RequestLogsCommandMultiError added in v0.8.4

type RequestLogsCommandMultiError []error

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

func (RequestLogsCommandMultiError) AllErrors added in v0.8.4

func (m RequestLogsCommandMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RequestLogsCommandMultiError) Error added in v0.8.4

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

type RequestLogsCommandValidationError added in v0.8.4

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

RequestLogsCommandValidationError is the validation error returned by RequestLogsCommand.Validate if the designated constraints aren't met.

func (RequestLogsCommandValidationError) Cause added in v0.8.4

Cause function returns cause value.

func (RequestLogsCommandValidationError) Error added in v0.8.4

Error satisfies the builtin error interface

func (RequestLogsCommandValidationError) ErrorName added in v0.8.4

ErrorName returns error name.

func (RequestLogsCommandValidationError) Field added in v0.8.4

Field function returns field value.

func (RequestLogsCommandValidationError) Key added in v0.8.4

Key function returns key value.

func (RequestLogsCommandValidationError) Reason added in v0.8.4

Reason function returns reason value.

type RequestOSUpdateDiff added in v0.3.3

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

RequestOSUpdateDiff tells the daemon to check for updates to the host and send the result to the server

func (*RequestOSUpdateDiff) Descriptor deprecated added in v0.3.3

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

Deprecated: Use RequestOSUpdateDiff.ProtoReflect.Descriptor instead.

func (*RequestOSUpdateDiff) ProtoMessage added in v0.3.3

func (*RequestOSUpdateDiff) ProtoMessage()

func (*RequestOSUpdateDiff) ProtoReflect added in v0.3.3

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

func (*RequestOSUpdateDiff) Reset added in v0.3.3

func (x *RequestOSUpdateDiff) Reset()

func (*RequestOSUpdateDiff) String added in v0.3.3

func (x *RequestOSUpdateDiff) String() string

func (*RequestOSUpdateDiff) Validate added in v0.3.3

func (m *RequestOSUpdateDiff) Validate() error

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

func (m *RequestOSUpdateDiff) ValidateAll() error

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

type RequestOSUpdateDiffMultiError added in v0.3.3

type RequestOSUpdateDiffMultiError []error

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

func (RequestOSUpdateDiffMultiError) AllErrors added in v0.3.3

func (m RequestOSUpdateDiffMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RequestOSUpdateDiffMultiError) Error added in v0.3.3

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

type RequestOSUpdateDiffValidationError added in v0.3.3

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

RequestOSUpdateDiffValidationError is the validation error returned by RequestOSUpdateDiff.Validate if the designated constraints aren't met.

func (RequestOSUpdateDiffValidationError) Cause added in v0.3.3

Cause function returns cause value.

func (RequestOSUpdateDiffValidationError) Error added in v0.3.3

Error satisfies the builtin error interface

func (RequestOSUpdateDiffValidationError) ErrorName added in v0.3.3

ErrorName returns error name.

func (RequestOSUpdateDiffValidationError) Field added in v0.3.3

Field function returns field value.

func (RequestOSUpdateDiffValidationError) Key added in v0.3.3

Key function returns key value.

func (RequestOSUpdateDiffValidationError) Reason added in v0.3.3

Reason function returns reason value.

type RestartCommand added in v0.2.1

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

RestartCommand tells the daemon to restart the host

func (*RestartCommand) Descriptor deprecated added in v0.2.1

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

Deprecated: Use RestartCommand.ProtoReflect.Descriptor instead.

func (*RestartCommand) ProtoMessage added in v0.2.1

func (*RestartCommand) ProtoMessage()

func (*RestartCommand) ProtoReflect added in v0.2.1

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

func (*RestartCommand) Reset added in v0.2.1

func (x *RestartCommand) Reset()

func (*RestartCommand) String added in v0.2.1

func (x *RestartCommand) String() string

func (*RestartCommand) Validate added in v0.2.1

func (m *RestartCommand) Validate() error

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

func (m *RestartCommand) ValidateAll() error

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

type RestartCommandMultiError added in v0.2.1

type RestartCommandMultiError []error

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

func (RestartCommandMultiError) AllErrors added in v0.2.1

func (m RestartCommandMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RestartCommandMultiError) Error added in v0.2.1

func (m RestartCommandMultiError) Error() string

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

type RestartCommandValidationError added in v0.2.1

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

RestartCommandValidationError is the validation error returned by RestartCommand.Validate if the designated constraints aren't met.

func (RestartCommandValidationError) Cause added in v0.2.1

Cause function returns cause value.

func (RestartCommandValidationError) Error added in v0.2.1

Error satisfies the builtin error interface

func (RestartCommandValidationError) ErrorName added in v0.2.1

func (e RestartCommandValidationError) ErrorName() string

ErrorName returns error name.

func (RestartCommandValidationError) Field added in v0.2.1

Field function returns field value.

func (RestartCommandValidationError) Key added in v0.2.1

Key function returns key value.

func (RestartCommandValidationError) Reason added in v0.2.1

Reason function returns reason value.

type STUNServerSet added in v0.8.1

type STUNServerSet struct {
	ServerAddress      string `` /* 173-byte string literal not displayed */
	WireguardInterface string `` /* 208-byte string literal not displayed */
	Error              string `protobuf:"bytes,16,opt,name=error,proto3" json:"error" bun:"error" csv:"error" pg:"error" yaml:"error"`
	// contains filtered or unexported fields
}

func (*STUNServerSet) Descriptor deprecated added in v0.8.1

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

Deprecated: Use STUNServerSet.ProtoReflect.Descriptor instead.

func (*STUNServerSet) GetError added in v0.8.1

func (x *STUNServerSet) GetError() string

func (*STUNServerSet) GetServerAddress added in v0.8.6

func (x *STUNServerSet) GetServerAddress() string

func (*STUNServerSet) GetWireguardInterface added in v0.8.6

func (x *STUNServerSet) GetWireguardInterface() string

func (*STUNServerSet) ProtoMessage added in v0.8.1

func (*STUNServerSet) ProtoMessage()

func (*STUNServerSet) ProtoReflect added in v0.8.1

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

func (*STUNServerSet) Reset added in v0.8.1

func (x *STUNServerSet) Reset()

func (*STUNServerSet) String added in v0.8.1

func (x *STUNServerSet) String() string

func (*STUNServerSet) Validate added in v0.8.1

func (m *STUNServerSet) Validate() error

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

func (m *STUNServerSet) ValidateAll() error

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

type STUNServerSetMultiError added in v0.8.1

type STUNServerSetMultiError []error

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

func (STUNServerSetMultiError) AllErrors added in v0.8.1

func (m STUNServerSetMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (STUNServerSetMultiError) Error added in v0.8.1

func (m STUNServerSetMultiError) Error() string

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

type STUNServerSetValidationError added in v0.8.1

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

STUNServerSetValidationError is the validation error returned by STUNServerSet.Validate if the designated constraints aren't met.

func (STUNServerSetValidationError) Cause added in v0.8.1

Cause function returns cause value.

func (STUNServerSetValidationError) Error added in v0.8.1

Error satisfies the builtin error interface

func (STUNServerSetValidationError) ErrorName added in v0.8.1

func (e STUNServerSetValidationError) ErrorName() string

ErrorName returns error name.

func (STUNServerSetValidationError) Field added in v0.8.1

Field function returns field value.

func (STUNServerSetValidationError) Key added in v0.8.1

Key function returns key value.

func (STUNServerSetValidationError) Reason added in v0.8.1

Reason function returns reason value.

type SaveSettingsCommand added in v0.4.20

type SaveSettingsCommand struct {
	AdminPassword string `` /* 173-byte string literal not displayed */
	// time_zone must be a valid TZ identifier from: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
	TimeZone       string   `` /* 138-byte string literal not displayed */
	EnableSsh      bool     `` /* 146-byte string literal not displayed */
	TrustedSshKeys []string `` /* 185-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SaveSettingsCommand) Descriptor deprecated added in v0.4.20

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

Deprecated: Use SaveSettingsCommand.ProtoReflect.Descriptor instead.

func (*SaveSettingsCommand) GetAdminPassword added in v0.4.20

func (x *SaveSettingsCommand) GetAdminPassword() string

func (*SaveSettingsCommand) GetEnableSsh added in v0.4.20

func (x *SaveSettingsCommand) GetEnableSsh() bool

func (*SaveSettingsCommand) GetTimeZone added in v0.4.20

func (x *SaveSettingsCommand) GetTimeZone() string

func (*SaveSettingsCommand) GetTrustedSshKeys added in v0.4.20

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

func (*SaveSettingsCommand) ProtoMessage added in v0.4.20

func (*SaveSettingsCommand) ProtoMessage()

func (*SaveSettingsCommand) ProtoReflect added in v0.4.20

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

func (*SaveSettingsCommand) Reset added in v0.4.20

func (x *SaveSettingsCommand) Reset()

func (*SaveSettingsCommand) String added in v0.4.20

func (x *SaveSettingsCommand) String() string

func (*SaveSettingsCommand) Validate added in v0.4.20

func (m *SaveSettingsCommand) Validate() error

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

func (m *SaveSettingsCommand) ValidateAll() error

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

type SaveSettingsCommandMultiError added in v0.4.20

type SaveSettingsCommandMultiError []error

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

func (SaveSettingsCommandMultiError) AllErrors added in v0.4.20

func (m SaveSettingsCommandMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SaveSettingsCommandMultiError) Error added in v0.4.20

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

type SaveSettingsCommandValidationError added in v0.4.20

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

SaveSettingsCommandValidationError is the validation error returned by SaveSettingsCommand.Validate if the designated constraints aren't met.

func (SaveSettingsCommandValidationError) Cause added in v0.4.20

Cause function returns cause value.

func (SaveSettingsCommandValidationError) Error added in v0.4.20

Error satisfies the builtin error interface

func (SaveSettingsCommandValidationError) ErrorName added in v0.4.20

ErrorName returns error name.

func (SaveSettingsCommandValidationError) Field added in v0.4.20

Field function returns field value.

func (SaveSettingsCommandValidationError) Key added in v0.4.20

Key function returns key value.

func (SaveSettingsCommandValidationError) Reason added in v0.4.20

Reason function returns reason value.

type ServerMessage

type ServerMessage struct {

	// Types that are assignable to Message:
	//
	//	*ServerMessage_Heartbeat
	//	*ServerMessage_Shutdown
	//	*ServerMessage_Restart
	//	*ServerMessage_RequestOsUpdateDiff
	//	*ServerMessage_RequestCurrentDaemonVersion
	//	*ServerMessage_ChangeDaemonVersionCommand
	//	*ServerMessage_InstallOsUpdateCommand
	//	*ServerMessage_SetSystemImageCommand
	//	*ServerMessage_SetUserPasswordCommand
	//	*ServerMessage_SetTimeZoneCommand
	//	*ServerMessage_AddMdnsHostCommand
	//	*ServerMessage_RemoveMdnsHostCommand
	//	*ServerMessage_InitializeDeviceCommand
	//	*ServerMessage_UploadFileRequest
	//	*ServerMessage_SaveSettingsCommand
	//	*ServerMessage_AddWireguardInterface
	//	*ServerMessage_RemoveWireguardInterface
	//	*ServerMessage_AddWireguardPeer
	//	*ServerMessage_SetStunServerCommand
	//	*ServerMessage_AddLocatorServerCommand
	//	*ServerMessage_RemoveLocatorServerCommand
	//	*ServerMessage_DisableAllLocatorsCommand
	//	*ServerMessage_RequestComponentVersionsCommand
	//	*ServerMessage_RequestLogsCommand
	Message isServerMessage_Message `protobuf_oneof:"message"`
	// ref: https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md#subject
	Subject string `protobuf:"bytes,64,opt,name=subject,proto3" json:"subject" bun:"subject" csv:"subject" pg:"subject" yaml:"subject"`
	// contains filtered or unexported fields
}

func (*ServerMessage) Descriptor deprecated

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

Deprecated: Use ServerMessage.ProtoReflect.Descriptor instead.

func (*ServerMessage) GetAddLocatorServerCommand added in v0.8.1

func (x *ServerMessage) GetAddLocatorServerCommand() *AddLocatorServerCommand

func (*ServerMessage) GetAddMdnsHostCommand added in v0.4.9

func (x *ServerMessage) GetAddMdnsHostCommand() *AddMdnsHostCommand

func (*ServerMessage) GetAddWireguardInterface added in v0.4.22

func (x *ServerMessage) GetAddWireguardInterface() *AddWireguardInterface

func (*ServerMessage) GetAddWireguardPeer added in v0.8.0

func (x *ServerMessage) GetAddWireguardPeer() *AddWireguardPeer

func (*ServerMessage) GetChangeDaemonVersionCommand added in v0.3.5

func (x *ServerMessage) GetChangeDaemonVersionCommand() *ChangeDaemonVersionCommand

func (*ServerMessage) GetDisableAllLocatorsCommand added in v0.8.1

func (x *ServerMessage) GetDisableAllLocatorsCommand() *DisableAllLocatorsCommand

func (*ServerMessage) GetHeartbeat

func (x *ServerMessage) GetHeartbeat() *Heartbeat

func (*ServerMessage) GetInitializeDeviceCommand added in v0.4.13

func (x *ServerMessage) GetInitializeDeviceCommand() *InitializeDeviceCommand

func (*ServerMessage) GetInstallOsUpdateCommand added in v0.3.5

func (x *ServerMessage) GetInstallOsUpdateCommand() *InstallOSUpdateCommand

func (*ServerMessage) GetMessage

func (m *ServerMessage) GetMessage() isServerMessage_Message

func (*ServerMessage) GetRemoveLocatorServerCommand added in v0.8.1

func (x *ServerMessage) GetRemoveLocatorServerCommand() *RemoveLocatorServerCommand

func (*ServerMessage) GetRemoveMdnsHostCommand added in v0.4.9

func (x *ServerMessage) GetRemoveMdnsHostCommand() *RemoveMdnsHostCommand

func (*ServerMessage) GetRemoveWireguardInterface added in v0.4.22

func (x *ServerMessage) GetRemoveWireguardInterface() *RemoveWireguardInterface

func (*ServerMessage) GetRequestComponentVersionsCommand added in v0.8.2

func (x *ServerMessage) GetRequestComponentVersionsCommand() *RequestComponentVersionsCommand

func (*ServerMessage) GetRequestCurrentDaemonVersion added in v0.3.3

func (x *ServerMessage) GetRequestCurrentDaemonVersion() *RequestCurrentDaemonVersion

func (*ServerMessage) GetRequestLogsCommand added in v0.8.4

func (x *ServerMessage) GetRequestLogsCommand() *RequestLogsCommand

func (*ServerMessage) GetRequestOsUpdateDiff added in v0.3.3

func (x *ServerMessage) GetRequestOsUpdateDiff() *RequestOSUpdateDiff

func (*ServerMessage) GetRestart added in v0.2.1

func (x *ServerMessage) GetRestart() *RestartCommand

func (*ServerMessage) GetSaveSettingsCommand added in v0.4.20

func (x *ServerMessage) GetSaveSettingsCommand() *SaveSettingsCommand

func (*ServerMessage) GetSetStunServerCommand added in v0.8.1

func (x *ServerMessage) GetSetStunServerCommand() *SetSTUNServerCommand

func (*ServerMessage) GetSetSystemImageCommand added in v0.3.6

func (x *ServerMessage) GetSetSystemImageCommand() *SetSystemImageCommand

func (*ServerMessage) GetSetTimeZoneCommand added in v0.4.5

func (x *ServerMessage) GetSetTimeZoneCommand() *SetTimeZoneCommand

func (*ServerMessage) GetSetUserPasswordCommand added in v0.4.4

func (x *ServerMessage) GetSetUserPasswordCommand() *SetUserPasswordCommand

func (*ServerMessage) GetShutdown added in v0.2.0

func (x *ServerMessage) GetShutdown() *ShutdownCommand

func (*ServerMessage) GetSubject added in v0.8.7

func (x *ServerMessage) GetSubject() string

func (*ServerMessage) GetUploadFileRequest added in v0.4.17

func (x *ServerMessage) GetUploadFileRequest() *UploadFileRequest

func (*ServerMessage) ProtoMessage

func (*ServerMessage) ProtoMessage()

func (*ServerMessage) ProtoReflect

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

func (*ServerMessage) Reset

func (x *ServerMessage) Reset()

func (*ServerMessage) String

func (x *ServerMessage) String() string

func (*ServerMessage) Validate

func (m *ServerMessage) Validate() error

Validate checks the field values on ServerMessage 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 (*ServerMessage) ValidateAll

func (m *ServerMessage) ValidateAll() error

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

type ServerMessageMultiError

type ServerMessageMultiError []error

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

func (ServerMessageMultiError) AllErrors

func (m ServerMessageMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ServerMessageMultiError) Error

func (m ServerMessageMultiError) Error() string

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

type ServerMessageValidationError

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

ServerMessageValidationError is the validation error returned by ServerMessage.Validate if the designated constraints aren't met.

func (ServerMessageValidationError) Cause

Cause function returns cause value.

func (ServerMessageValidationError) Error

Error satisfies the builtin error interface

func (ServerMessageValidationError) ErrorName

func (e ServerMessageValidationError) ErrorName() string

ErrorName returns error name.

func (ServerMessageValidationError) Field

Field function returns field value.

func (ServerMessageValidationError) Key

Key function returns key value.

func (ServerMessageValidationError) Reason

Reason function returns reason value.

type ServerMessage_AddLocatorServerCommand added in v0.8.1

type ServerMessage_AddLocatorServerCommand struct {
	AddLocatorServerCommand *AddLocatorServerCommand `` /* 260-byte string literal not displayed */
}

type ServerMessage_AddMdnsHostCommand added in v0.4.9

type ServerMessage_AddMdnsHostCommand struct {
	AddMdnsHostCommand *AddMdnsHostCommand `` /* 225-byte string literal not displayed */
}

type ServerMessage_AddWireguardInterface added in v0.4.22

type ServerMessage_AddWireguardInterface struct {
	AddWireguardInterface *AddWireguardInterface `` /* 241-byte string literal not displayed */
}

type ServerMessage_AddWireguardPeer added in v0.8.0

type ServerMessage_AddWireguardPeer struct {
	AddWireguardPeer *AddWireguardPeer `` /* 206-byte string literal not displayed */
}

type ServerMessage_ChangeDaemonVersionCommand added in v0.3.5

type ServerMessage_ChangeDaemonVersionCommand struct {
	ChangeDaemonVersionCommand *ChangeDaemonVersionCommand `` /* 280-byte string literal not displayed */
}

type ServerMessage_DisableAllLocatorsCommand added in v0.8.1

type ServerMessage_DisableAllLocatorsCommand struct {
	// Deprecated
	DisableAllLocatorsCommand *DisableAllLocatorsCommand `` /* 274-byte string literal not displayed */
}

type ServerMessage_Heartbeat

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

type ServerMessage_InitializeDeviceCommand added in v0.4.13

type ServerMessage_InitializeDeviceCommand struct {
	// Deprecated: use SaveSettingsCommand instead
	InitializeDeviceCommand *InitializeDeviceCommand `` /* 255-byte string literal not displayed */
}

type ServerMessage_InstallOsUpdateCommand added in v0.3.5

type ServerMessage_InstallOsUpdateCommand struct {
	InstallOsUpdateCommand *InstallOSUpdateCommand `` /* 252-byte string literal not displayed */
}

type ServerMessage_RemoveLocatorServerCommand added in v0.8.1

type ServerMessage_RemoveLocatorServerCommand struct {
	RemoveLocatorServerCommand *RemoveLocatorServerCommand `` /* 281-byte string literal not displayed */
}

type ServerMessage_RemoveMdnsHostCommand added in v0.4.9

type ServerMessage_RemoveMdnsHostCommand struct {
	RemoveMdnsHostCommand *RemoveMdnsHostCommand `` /* 246-byte string literal not displayed */
}

type ServerMessage_RemoveWireguardInterface added in v0.4.22

type ServerMessage_RemoveWireguardInterface struct {
	RemoveWireguardInterface *RemoveWireguardInterface `` /* 262-byte string literal not displayed */
}

type ServerMessage_RequestComponentVersionsCommand added in v0.8.2

type ServerMessage_RequestComponentVersionsCommand struct {
	RequestComponentVersionsCommand *RequestComponentVersionsCommand `` /* 316-byte string literal not displayed */
}

type ServerMessage_RequestCurrentDaemonVersion added in v0.3.3

type ServerMessage_RequestCurrentDaemonVersion struct {
	RequestCurrentDaemonVersion *RequestCurrentDaemonVersion `` /* 287-byte string literal not displayed */
}

type ServerMessage_RequestLogsCommand added in v0.8.4

type ServerMessage_RequestLogsCommand struct {
	RequestLogsCommand *RequestLogsCommand `` /* 220-byte string literal not displayed */
}

type ServerMessage_RequestOsUpdateDiff added in v0.3.3

type ServerMessage_RequestOsUpdateDiff struct {
	RequestOsUpdateDiff *RequestOSUpdateDiff `` /* 231-byte string literal not displayed */
}

type ServerMessage_Restart added in v0.2.1

type ServerMessage_Restart struct {
	Restart *RestartCommand `protobuf:"bytes,3,opt,name=restart,proto3,oneof" bun:"restart" csv:"restart" json:"restart" pg:"restart" yaml:"restart"`
}

type ServerMessage_SaveSettingsCommand added in v0.4.20

type ServerMessage_SaveSettingsCommand struct {
	SaveSettingsCommand *SaveSettingsCommand `` /* 227-byte string literal not displayed */
}

type ServerMessage_SetStunServerCommand added in v0.8.1

type ServerMessage_SetStunServerCommand struct {
	SetStunServerCommand *SetSTUNServerCommand `` /* 239-byte string literal not displayed */
}

type ServerMessage_SetSystemImageCommand added in v0.3.6

type ServerMessage_SetSystemImageCommand struct {
	SetSystemImageCommand *SetSystemImageCommand `` /* 245-byte string literal not displayed */
}

type ServerMessage_SetTimeZoneCommand added in v0.4.5

type ServerMessage_SetTimeZoneCommand struct {
	// Deprecated: use SaveSettingsCommand instead
	SetTimeZoneCommand *SetTimeZoneCommand `` /* 225-byte string literal not displayed */
}

type ServerMessage_SetUserPasswordCommand added in v0.4.4

type ServerMessage_SetUserPasswordCommand struct {
	// Deprecated: use SaveSettingsCommand instead
	SetUserPasswordCommand *SetUserPasswordCommand `` /* 252-byte string literal not displayed */
}

type ServerMessage_Shutdown added in v0.2.0

type ServerMessage_Shutdown struct {
	Shutdown *ShutdownCommand `protobuf:"bytes,2,opt,name=shutdown,proto3,oneof" bun:"shutdown" csv:"shutdown" json:"shutdown" pg:"shutdown" yaml:"shutdown"`
}

type ServerMessage_UploadFileRequest added in v0.4.17

type ServerMessage_UploadFileRequest struct {
	UploadFileRequest *UploadFileRequest `` /* 213-byte string literal not displayed */
}

type SetSTUNServerCommand added in v0.8.1

type SetSTUNServerCommand struct {
	ServerAddress      string `` /* 173-byte string literal not displayed */
	WireguardInterface string `` /* 208-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetSTUNServerCommand) Descriptor deprecated added in v0.8.1

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

Deprecated: Use SetSTUNServerCommand.ProtoReflect.Descriptor instead.

func (*SetSTUNServerCommand) GetServerAddress added in v0.8.6

func (x *SetSTUNServerCommand) GetServerAddress() string

func (*SetSTUNServerCommand) GetWireguardInterface added in v0.8.6

func (x *SetSTUNServerCommand) GetWireguardInterface() string

func (*SetSTUNServerCommand) ProtoMessage added in v0.8.1

func (*SetSTUNServerCommand) ProtoMessage()

func (*SetSTUNServerCommand) ProtoReflect added in v0.8.1

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

func (*SetSTUNServerCommand) Reset added in v0.8.1

func (x *SetSTUNServerCommand) Reset()

func (*SetSTUNServerCommand) String added in v0.8.1

func (x *SetSTUNServerCommand) String() string

func (*SetSTUNServerCommand) Validate added in v0.8.1

func (m *SetSTUNServerCommand) Validate() error

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

func (m *SetSTUNServerCommand) ValidateAll() error

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

type SetSTUNServerCommandMultiError added in v0.8.1

type SetSTUNServerCommandMultiError []error

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

func (SetSTUNServerCommandMultiError) AllErrors added in v0.8.1

func (m SetSTUNServerCommandMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetSTUNServerCommandMultiError) Error added in v0.8.1

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

type SetSTUNServerCommandValidationError added in v0.8.1

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

SetSTUNServerCommandValidationError is the validation error returned by SetSTUNServerCommand.Validate if the designated constraints aren't met.

func (SetSTUNServerCommandValidationError) Cause added in v0.8.1

Cause function returns cause value.

func (SetSTUNServerCommandValidationError) Error added in v0.8.1

Error satisfies the builtin error interface

func (SetSTUNServerCommandValidationError) ErrorName added in v0.8.1

ErrorName returns error name.

func (SetSTUNServerCommandValidationError) Field added in v0.8.1

Field function returns field value.

func (SetSTUNServerCommandValidationError) Key added in v0.8.1

Key function returns key value.

func (SetSTUNServerCommandValidationError) Reason added in v0.8.1

Reason function returns reason value.

type SetSystemImageCommand added in v0.3.6

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

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

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

Deprecated: Use SetSystemImageCommand.ProtoReflect.Descriptor instead.

func (*SetSystemImageCommand) GetCurrentImage added in v0.3.6

func (x *SetSystemImageCommand) GetCurrentImage() string

func (*SetSystemImageCommand) GetRequestedImage added in v0.3.6

func (x *SetSystemImageCommand) GetRequestedImage() string

func (*SetSystemImageCommand) ProtoMessage added in v0.3.6

func (*SetSystemImageCommand) ProtoMessage()

func (*SetSystemImageCommand) ProtoReflect added in v0.3.6

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

func (*SetSystemImageCommand) Reset added in v0.3.6

func (x *SetSystemImageCommand) Reset()

func (*SetSystemImageCommand) String added in v0.3.6

func (x *SetSystemImageCommand) String() string

func (*SetSystemImageCommand) Validate added in v0.3.6

func (m *SetSystemImageCommand) Validate() error

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

func (m *SetSystemImageCommand) ValidateAll() error

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

type SetSystemImageCommandMultiError added in v0.3.6

type SetSystemImageCommandMultiError []error

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

func (SetSystemImageCommandMultiError) AllErrors added in v0.3.6

func (m SetSystemImageCommandMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetSystemImageCommandMultiError) Error added in v0.3.6

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

type SetSystemImageCommandValidationError added in v0.3.6

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

SetSystemImageCommandValidationError is the validation error returned by SetSystemImageCommand.Validate if the designated constraints aren't met.

func (SetSystemImageCommandValidationError) Cause added in v0.3.6

Cause function returns cause value.

func (SetSystemImageCommandValidationError) Error added in v0.3.6

Error satisfies the builtin error interface

func (SetSystemImageCommandValidationError) ErrorName added in v0.3.6

ErrorName returns error name.

func (SetSystemImageCommandValidationError) Field added in v0.3.6

Field function returns field value.

func (SetSystemImageCommandValidationError) Key added in v0.3.6

Key function returns key value.

func (SetSystemImageCommandValidationError) Reason added in v0.3.6

Reason function returns reason value.

type SetTimeZoneCommand deprecated added in v0.4.5

type SetTimeZoneCommand struct {

	// time_zone must be a valid TZ identifier from: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
	TimeZone string `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: use SaveSettingsCommand instead

func (*SetTimeZoneCommand) Descriptor deprecated added in v0.4.5

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

Deprecated: Use SetTimeZoneCommand.ProtoReflect.Descriptor instead.

func (*SetTimeZoneCommand) GetTimeZone added in v0.4.5

func (x *SetTimeZoneCommand) GetTimeZone() string

func (*SetTimeZoneCommand) ProtoMessage added in v0.4.5

func (*SetTimeZoneCommand) ProtoMessage()

func (*SetTimeZoneCommand) ProtoReflect added in v0.4.5

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

func (*SetTimeZoneCommand) Reset added in v0.4.5

func (x *SetTimeZoneCommand) Reset()

func (*SetTimeZoneCommand) String added in v0.4.5

func (x *SetTimeZoneCommand) String() string

func (*SetTimeZoneCommand) Validate added in v0.4.5

func (m *SetTimeZoneCommand) Validate() error

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

func (m *SetTimeZoneCommand) ValidateAll() error

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

type SetTimeZoneCommandMultiError added in v0.4.5

type SetTimeZoneCommandMultiError []error

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

func (SetTimeZoneCommandMultiError) AllErrors added in v0.4.5

func (m SetTimeZoneCommandMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetTimeZoneCommandMultiError) Error added in v0.4.5

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

type SetTimeZoneCommandValidationError added in v0.4.5

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

SetTimeZoneCommandValidationError is the validation error returned by SetTimeZoneCommand.Validate if the designated constraints aren't met.

func (SetTimeZoneCommandValidationError) Cause added in v0.4.5

Cause function returns cause value.

func (SetTimeZoneCommandValidationError) Error added in v0.4.5

Error satisfies the builtin error interface

func (SetTimeZoneCommandValidationError) ErrorName added in v0.4.5

ErrorName returns error name.

func (SetTimeZoneCommandValidationError) Field added in v0.4.5

Field function returns field value.

func (SetTimeZoneCommandValidationError) Key added in v0.4.5

Key function returns key value.

func (SetTimeZoneCommandValidationError) Reason added in v0.4.5

Reason function returns reason value.

type SetUserPasswordCommand deprecated added in v0.4.4

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

Deprecated: use SaveSettingsCommand instead

func (*SetUserPasswordCommand) Descriptor deprecated added in v0.4.4

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

Deprecated: Use SetUserPasswordCommand.ProtoReflect.Descriptor instead.

func (*SetUserPasswordCommand) GetPassword added in v0.4.4

func (x *SetUserPasswordCommand) GetPassword() string

func (*SetUserPasswordCommand) GetUsername added in v0.4.4

func (x *SetUserPasswordCommand) GetUsername() string

func (*SetUserPasswordCommand) ProtoMessage added in v0.4.4

func (*SetUserPasswordCommand) ProtoMessage()

func (*SetUserPasswordCommand) ProtoReflect added in v0.4.4

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

func (*SetUserPasswordCommand) Reset added in v0.4.4

func (x *SetUserPasswordCommand) Reset()

func (*SetUserPasswordCommand) String added in v0.4.4

func (x *SetUserPasswordCommand) String() string

func (*SetUserPasswordCommand) Validate added in v0.4.4

func (m *SetUserPasswordCommand) Validate() error

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

func (m *SetUserPasswordCommand) ValidateAll() error

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

type SetUserPasswordCommandMultiError added in v0.4.4

type SetUserPasswordCommandMultiError []error

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

func (SetUserPasswordCommandMultiError) AllErrors added in v0.4.4

func (m SetUserPasswordCommandMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetUserPasswordCommandMultiError) Error added in v0.4.4

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

type SetUserPasswordCommandValidationError added in v0.4.4

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

SetUserPasswordCommandValidationError is the validation error returned by SetUserPasswordCommand.Validate if the designated constraints aren't met.

func (SetUserPasswordCommandValidationError) Cause added in v0.4.4

Cause function returns cause value.

func (SetUserPasswordCommandValidationError) Error added in v0.4.4

Error satisfies the builtin error interface

func (SetUserPasswordCommandValidationError) ErrorName added in v0.4.4

ErrorName returns error name.

func (SetUserPasswordCommandValidationError) Field added in v0.4.4

Field function returns field value.

func (SetUserPasswordCommandValidationError) Key added in v0.4.4

Key function returns key value.

func (SetUserPasswordCommandValidationError) Reason added in v0.4.4

Reason function returns reason value.

type SettingsSaved added in v0.4.20

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

func (*SettingsSaved) Descriptor deprecated added in v0.4.20

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

Deprecated: Use SettingsSaved.ProtoReflect.Descriptor instead.

func (*SettingsSaved) GetError added in v0.4.20

func (x *SettingsSaved) GetError() string

func (*SettingsSaved) ProtoMessage added in v0.4.20

func (*SettingsSaved) ProtoMessage()

func (*SettingsSaved) ProtoReflect added in v0.4.20

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

func (*SettingsSaved) Reset added in v0.4.20

func (x *SettingsSaved) Reset()

func (*SettingsSaved) String added in v0.4.20

func (x *SettingsSaved) String() string

func (*SettingsSaved) Validate added in v0.4.20

func (m *SettingsSaved) Validate() error

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

func (m *SettingsSaved) ValidateAll() error

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

type SettingsSavedMultiError added in v0.4.20

type SettingsSavedMultiError []error

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

func (SettingsSavedMultiError) AllErrors added in v0.4.20

func (m SettingsSavedMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SettingsSavedMultiError) Error added in v0.4.20

func (m SettingsSavedMultiError) Error() string

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

type SettingsSavedValidationError added in v0.4.20

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

SettingsSavedValidationError is the validation error returned by SettingsSaved.Validate if the designated constraints aren't met.

func (SettingsSavedValidationError) Cause added in v0.4.20

Cause function returns cause value.

func (SettingsSavedValidationError) Error added in v0.4.20

Error satisfies the builtin error interface

func (SettingsSavedValidationError) ErrorName added in v0.4.20

func (e SettingsSavedValidationError) ErrorName() string

ErrorName returns error name.

func (SettingsSavedValidationError) Field added in v0.4.20

Field function returns field value.

func (SettingsSavedValidationError) Key added in v0.4.20

Key function returns key value.

func (SettingsSavedValidationError) Reason added in v0.4.20

Reason function returns reason value.

type ShutdownAlert

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

ShutdownAlert notifies the Server that the host is about to shutdown

func (*ShutdownAlert) Descriptor deprecated

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

Deprecated: Use ShutdownAlert.ProtoReflect.Descriptor instead.

func (*ShutdownAlert) ProtoMessage

func (*ShutdownAlert) ProtoMessage()

func (*ShutdownAlert) ProtoReflect

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

func (*ShutdownAlert) Reset

func (x *ShutdownAlert) Reset()

func (*ShutdownAlert) String

func (x *ShutdownAlert) String() string

func (*ShutdownAlert) Validate

func (m *ShutdownAlert) Validate() error

Validate checks the field values on ShutdownAlert 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 (*ShutdownAlert) ValidateAll

func (m *ShutdownAlert) ValidateAll() error

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

type ShutdownAlertMultiError

type ShutdownAlertMultiError []error

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

func (ShutdownAlertMultiError) AllErrors

func (m ShutdownAlertMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ShutdownAlertMultiError) Error

func (m ShutdownAlertMultiError) Error() string

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

type ShutdownAlertRequest added in v0.2.0

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

func (*ShutdownAlertRequest) Descriptor deprecated added in v0.2.0

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

Deprecated: Use ShutdownAlertRequest.ProtoReflect.Descriptor instead.

func (*ShutdownAlertRequest) ProtoMessage added in v0.2.0

func (*ShutdownAlertRequest) ProtoMessage()

func (*ShutdownAlertRequest) ProtoReflect added in v0.2.0

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

func (*ShutdownAlertRequest) Reset added in v0.2.0

func (x *ShutdownAlertRequest) Reset()

func (*ShutdownAlertRequest) String added in v0.2.0

func (x *ShutdownAlertRequest) String() string

func (*ShutdownAlertRequest) Validate added in v0.2.0

func (m *ShutdownAlertRequest) Validate() error

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

func (m *ShutdownAlertRequest) ValidateAll() error

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

type ShutdownAlertRequestMultiError added in v0.2.0

type ShutdownAlertRequestMultiError []error

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

func (ShutdownAlertRequestMultiError) AllErrors added in v0.2.0

func (m ShutdownAlertRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ShutdownAlertRequestMultiError) Error added in v0.2.0

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

type ShutdownAlertRequestValidationError added in v0.2.0

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

ShutdownAlertRequestValidationError is the validation error returned by ShutdownAlertRequest.Validate if the designated constraints aren't met.

func (ShutdownAlertRequestValidationError) Cause added in v0.2.0

Cause function returns cause value.

func (ShutdownAlertRequestValidationError) Error added in v0.2.0

Error satisfies the builtin error interface

func (ShutdownAlertRequestValidationError) ErrorName added in v0.2.0

ErrorName returns error name.

func (ShutdownAlertRequestValidationError) Field added in v0.2.0

Field function returns field value.

func (ShutdownAlertRequestValidationError) Key added in v0.2.0

Key function returns key value.

func (ShutdownAlertRequestValidationError) Reason added in v0.2.0

Reason function returns reason value.

type ShutdownAlertResponse added in v0.2.0

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

func (*ShutdownAlertResponse) Descriptor deprecated added in v0.2.0

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

Deprecated: Use ShutdownAlertResponse.ProtoReflect.Descriptor instead.

func (*ShutdownAlertResponse) ProtoMessage added in v0.2.0

func (*ShutdownAlertResponse) ProtoMessage()

func (*ShutdownAlertResponse) ProtoReflect added in v0.2.0

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

func (*ShutdownAlertResponse) Reset added in v0.2.0

func (x *ShutdownAlertResponse) Reset()

func (*ShutdownAlertResponse) String added in v0.2.0

func (x *ShutdownAlertResponse) String() string

func (*ShutdownAlertResponse) Validate added in v0.2.0

func (m *ShutdownAlertResponse) Validate() error

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

func (m *ShutdownAlertResponse) ValidateAll() error

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

type ShutdownAlertResponseMultiError added in v0.2.0

type ShutdownAlertResponseMultiError []error

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

func (ShutdownAlertResponseMultiError) AllErrors added in v0.2.0

func (m ShutdownAlertResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ShutdownAlertResponseMultiError) Error added in v0.2.0

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

type ShutdownAlertResponseValidationError added in v0.2.0

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

ShutdownAlertResponseValidationError is the validation error returned by ShutdownAlertResponse.Validate if the designated constraints aren't met.

func (ShutdownAlertResponseValidationError) Cause added in v0.2.0

Cause function returns cause value.

func (ShutdownAlertResponseValidationError) Error added in v0.2.0

Error satisfies the builtin error interface

func (ShutdownAlertResponseValidationError) ErrorName added in v0.2.0

ErrorName returns error name.

func (ShutdownAlertResponseValidationError) Field added in v0.2.0

Field function returns field value.

func (ShutdownAlertResponseValidationError) Key added in v0.2.0

Key function returns key value.

func (ShutdownAlertResponseValidationError) Reason added in v0.2.0

Reason function returns reason value.

type ShutdownAlertValidationError

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

ShutdownAlertValidationError is the validation error returned by ShutdownAlert.Validate if the designated constraints aren't met.

func (ShutdownAlertValidationError) Cause

Cause function returns cause value.

func (ShutdownAlertValidationError) Error

Error satisfies the builtin error interface

func (ShutdownAlertValidationError) ErrorName

func (e ShutdownAlertValidationError) ErrorName() string

ErrorName returns error name.

func (ShutdownAlertValidationError) Field

Field function returns field value.

func (ShutdownAlertValidationError) Key

Key function returns key value.

func (ShutdownAlertValidationError) Reason

Reason function returns reason value.

type ShutdownCommand added in v0.2.0

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

ShutdownCommand tells the daemon to shutdown the host

func (*ShutdownCommand) Descriptor deprecated added in v0.2.0

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

Deprecated: Use ShutdownCommand.ProtoReflect.Descriptor instead.

func (*ShutdownCommand) ProtoMessage added in v0.2.0

func (*ShutdownCommand) ProtoMessage()

func (*ShutdownCommand) ProtoReflect added in v0.2.0

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

func (*ShutdownCommand) Reset added in v0.2.0

func (x *ShutdownCommand) Reset()

func (*ShutdownCommand) String added in v0.2.0

func (x *ShutdownCommand) String() string

func (*ShutdownCommand) Validate added in v0.2.0

func (m *ShutdownCommand) Validate() error

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

func (m *ShutdownCommand) ValidateAll() error

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

type ShutdownCommandMultiError added in v0.2.0

type ShutdownCommandMultiError []error

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

func (ShutdownCommandMultiError) AllErrors added in v0.2.0

func (m ShutdownCommandMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ShutdownCommandMultiError) Error added in v0.2.0

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

type ShutdownCommandValidationError added in v0.2.0

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

ShutdownCommandValidationError is the validation error returned by ShutdownCommand.Validate if the designated constraints aren't met.

func (ShutdownCommandValidationError) Cause added in v0.2.0

Cause function returns cause value.

func (ShutdownCommandValidationError) Error added in v0.2.0

Error satisfies the builtin error interface

func (ShutdownCommandValidationError) ErrorName added in v0.2.0

func (e ShutdownCommandValidationError) ErrorName() string

ErrorName returns error name.

func (ShutdownCommandValidationError) Field added in v0.2.0

Field function returns field value.

func (ShutdownCommandValidationError) Key added in v0.2.0

Key function returns key value.

func (ShutdownCommandValidationError) Reason added in v0.2.0

Reason function returns reason value.

type SystemStats added in v0.3.8

type SystemStats struct {
	StartTime *timestamppb.Timestamp `` /* 145-byte string literal not displayed */
	EndTime   *timestamppb.Timestamp `` /* 131-byte string literal not displayed */
	Compute   *ComputeStats          `protobuf:"bytes,3,opt,name=compute,proto3" json:"compute" bun:"compute" csv:"compute" pg:"compute" yaml:"compute"`
	Memory    *MemoryStats           `protobuf:"bytes,4,opt,name=memory,proto3" json:"memory" bun:"memory" csv:"memory" pg:"memory" yaml:"memory"`
	Drives    []*DriveStats          `protobuf:"bytes,5,rep,name=drives,proto3" json:"drives" bun:"drives" csv:"drives" pg:"drives" yaml:"drives"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use SystemStats.ProtoReflect.Descriptor instead.

func (*SystemStats) GetCompute added in v0.3.8

func (x *SystemStats) GetCompute() *ComputeStats

func (*SystemStats) GetDrives added in v0.3.8

func (x *SystemStats) GetDrives() []*DriveStats

func (*SystemStats) GetEndTime added in v0.3.8

func (x *SystemStats) GetEndTime() *timestamppb.Timestamp

func (*SystemStats) GetMemory added in v0.3.8

func (x *SystemStats) GetMemory() *MemoryStats

func (*SystemStats) GetStartTime added in v0.3.8

func (x *SystemStats) GetStartTime() *timestamppb.Timestamp

func (*SystemStats) ProtoMessage added in v0.3.8

func (*SystemStats) ProtoMessage()

func (*SystemStats) ProtoReflect added in v0.3.8

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

func (*SystemStats) Reset added in v0.3.8

func (x *SystemStats) Reset()

func (*SystemStats) String added in v0.3.8

func (x *SystemStats) String() string

func (*SystemStats) Validate added in v0.3.8

func (m *SystemStats) Validate() error

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

func (m *SystemStats) ValidateAll() error

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

type SystemStatsMultiError added in v0.3.8

type SystemStatsMultiError []error

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

func (SystemStatsMultiError) AllErrors added in v0.3.8

func (m SystemStatsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SystemStatsMultiError) Error added in v0.3.8

func (m SystemStatsMultiError) Error() string

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

type SystemStatsValidationError added in v0.3.8

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

SystemStatsValidationError is the validation error returned by SystemStats.Validate if the designated constraints aren't met.

func (SystemStatsValidationError) Cause added in v0.3.8

Cause function returns cause value.

func (SystemStatsValidationError) Error added in v0.3.8

Error satisfies the builtin error interface

func (SystemStatsValidationError) ErrorName added in v0.3.8

func (e SystemStatsValidationError) ErrorName() string

ErrorName returns error name.

func (SystemStatsValidationError) Field added in v0.3.8

Field function returns field value.

func (SystemStatsValidationError) Key added in v0.3.8

Key function returns key value.

func (SystemStatsValidationError) Reason added in v0.3.8

Reason function returns reason value.

type UploadFileChunkCompleted added in v0.4.17

type UploadFileChunkCompleted struct {
	FileId string `protobuf:"bytes,1,opt,name=file_id,json=fileId,proto3" json:"file_id" bun:"file_id" csv:"file_id" pg:"file_id" yaml:"fileId"`
	Index  uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index" bun:"index" csv:"index" pg:"index" yaml:"index"`
	// contains filtered or unexported fields
}

UploadFileChunkCompleted tells the server that the daemon is ready for another chunk of data during a file upload

func (*UploadFileChunkCompleted) Descriptor deprecated added in v0.4.17

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

Deprecated: Use UploadFileChunkCompleted.ProtoReflect.Descriptor instead.

func (*UploadFileChunkCompleted) GetFileId added in v0.4.17

func (x *UploadFileChunkCompleted) GetFileId() string

func (*UploadFileChunkCompleted) GetIndex added in v0.4.17

func (x *UploadFileChunkCompleted) GetIndex() uint32

func (*UploadFileChunkCompleted) ProtoMessage added in v0.4.17

func (*UploadFileChunkCompleted) ProtoMessage()

func (*UploadFileChunkCompleted) ProtoReflect added in v0.4.17

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

func (*UploadFileChunkCompleted) Reset added in v0.4.17

func (x *UploadFileChunkCompleted) Reset()

func (*UploadFileChunkCompleted) String added in v0.4.17

func (x *UploadFileChunkCompleted) String() string

func (*UploadFileChunkCompleted) Validate added in v0.4.17

func (m *UploadFileChunkCompleted) Validate() error

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

func (m *UploadFileChunkCompleted) ValidateAll() error

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

type UploadFileChunkCompletedMultiError added in v0.4.17

type UploadFileChunkCompletedMultiError []error

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

func (UploadFileChunkCompletedMultiError) AllErrors added in v0.4.17

func (m UploadFileChunkCompletedMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UploadFileChunkCompletedMultiError) Error added in v0.4.17

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

type UploadFileChunkCompletedValidationError added in v0.4.17

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

UploadFileChunkCompletedValidationError is the validation error returned by UploadFileChunkCompleted.Validate if the designated constraints aren't met.

func (UploadFileChunkCompletedValidationError) Cause added in v0.4.17

Cause function returns cause value.

func (UploadFileChunkCompletedValidationError) Error added in v0.4.17

Error satisfies the builtin error interface

func (UploadFileChunkCompletedValidationError) ErrorName added in v0.4.17

ErrorName returns error name.

func (UploadFileChunkCompletedValidationError) Field added in v0.4.17

Field function returns field value.

func (UploadFileChunkCompletedValidationError) Key added in v0.4.17

Key function returns key value.

func (UploadFileChunkCompletedValidationError) Reason added in v0.4.17

Reason function returns reason value.

type UploadFileReady added in v0.4.17

type UploadFileReady 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
}

UploadFileReady tells the server that the daemon is ready to start receiving file data chunks

func (*UploadFileReady) Descriptor deprecated added in v0.4.17

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

Deprecated: Use UploadFileReady.ProtoReflect.Descriptor instead.

func (*UploadFileReady) GetId added in v0.4.17

func (x *UploadFileReady) GetId() string

func (*UploadFileReady) ProtoMessage added in v0.4.17

func (*UploadFileReady) ProtoMessage()

func (*UploadFileReady) ProtoReflect added in v0.4.17

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

func (*UploadFileReady) Reset added in v0.4.17

func (x *UploadFileReady) Reset()

func (*UploadFileReady) String added in v0.4.17

func (x *UploadFileReady) String() string

func (*UploadFileReady) Validate added in v0.4.17

func (m *UploadFileReady) Validate() error

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

func (m *UploadFileReady) ValidateAll() error

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

type UploadFileReadyMultiError added in v0.4.17

type UploadFileReadyMultiError []error

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

func (UploadFileReadyMultiError) AllErrors added in v0.4.17

func (m UploadFileReadyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UploadFileReadyMultiError) Error added in v0.4.17

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

type UploadFileReadyValidationError added in v0.4.17

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

UploadFileReadyValidationError is the validation error returned by UploadFileReady.Validate if the designated constraints aren't met.

func (UploadFileReadyValidationError) Cause added in v0.4.17

Cause function returns cause value.

func (UploadFileReadyValidationError) Error added in v0.4.17

Error satisfies the builtin error interface

func (UploadFileReadyValidationError) ErrorName added in v0.4.17

func (e UploadFileReadyValidationError) ErrorName() string

ErrorName returns error name.

func (UploadFileReadyValidationError) Field added in v0.4.17

Field function returns field value.

func (UploadFileReadyValidationError) Key added in v0.4.17

Key function returns key value.

func (UploadFileReadyValidationError) Reason added in v0.4.17

Reason function returns reason value.

type UploadFileRequest added in v0.4.17

type UploadFileRequest struct {

	// Types that are assignable to Data:
	//
	//	*UploadFileRequest_Info
	//	*UploadFileRequest_Chunk
	//	*UploadFileRequest_Done
	Data isUploadFileRequest_Data `protobuf_oneof:"data"`
	// contains filtered or unexported fields
}

UploadFileRequest tells the daemon that the server would like to initiate a file upload

func (*UploadFileRequest) Descriptor deprecated added in v0.4.17

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

Deprecated: Use UploadFileRequest.ProtoReflect.Descriptor instead.

func (*UploadFileRequest) GetChunk added in v0.4.17

func (x *UploadFileRequest) GetChunk() *FileChunk

func (*UploadFileRequest) GetData added in v0.4.17

func (m *UploadFileRequest) GetData() isUploadFileRequest_Data

func (*UploadFileRequest) GetDone added in v0.4.17

func (x *UploadFileRequest) GetDone() *FileDone

func (*UploadFileRequest) GetInfo added in v0.4.17

func (x *UploadFileRequest) GetInfo() *FileInfo

func (*UploadFileRequest) ProtoMessage added in v0.4.17

func (*UploadFileRequest) ProtoMessage()

func (*UploadFileRequest) ProtoReflect added in v0.4.17

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

func (*UploadFileRequest) Reset added in v0.4.17

func (x *UploadFileRequest) Reset()

func (*UploadFileRequest) String added in v0.4.17

func (x *UploadFileRequest) String() string

func (*UploadFileRequest) Validate added in v0.4.17

func (m *UploadFileRequest) Validate() error

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

func (m *UploadFileRequest) ValidateAll() error

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

type UploadFileRequestMultiError added in v0.4.17

type UploadFileRequestMultiError []error

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

func (UploadFileRequestMultiError) AllErrors added in v0.4.17

func (m UploadFileRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UploadFileRequestMultiError) Error added in v0.4.17

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

type UploadFileRequestValidationError added in v0.4.17

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

UploadFileRequestValidationError is the validation error returned by UploadFileRequest.Validate if the designated constraints aren't met.

func (UploadFileRequestValidationError) Cause added in v0.4.17

Cause function returns cause value.

func (UploadFileRequestValidationError) Error added in v0.4.17

Error satisfies the builtin error interface

func (UploadFileRequestValidationError) ErrorName added in v0.4.17

ErrorName returns error name.

func (UploadFileRequestValidationError) Field added in v0.4.17

Field function returns field value.

func (UploadFileRequestValidationError) Key added in v0.4.17

Key function returns key value.

func (UploadFileRequestValidationError) Reason added in v0.4.17

Reason function returns reason value.

type UploadFileRequest_Chunk added in v0.4.17

type UploadFileRequest_Chunk struct {
	Chunk *FileChunk `protobuf:"bytes,2,opt,name=chunk,proto3,oneof" bun:"chunk" csv:"chunk" json:"chunk" pg:"chunk" yaml:"chunk"`
}

type UploadFileRequest_Done added in v0.4.17

type UploadFileRequest_Done struct {
	Done *FileDone `protobuf:"bytes,3,opt,name=done,proto3,oneof" bun:"done" csv:"done" json:"done" pg:"done" yaml:"done"`
}

type UploadFileRequest_Info added in v0.4.17

type UploadFileRequest_Info struct {
	Info *FileInfo `protobuf:"bytes,1,opt,name=info,proto3,oneof" bun:"info" csv:"info" json:"info" pg:"info" yaml:"info"`
}

type WireguardInterface added in v0.4.22

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"`
	Ips        []string         `protobuf:"bytes,3,rep,name=ips,proto3" json:"ips" bun:"ips" csv:"ips" pg:"ips" yaml:"ips"`
	ListenPort uint32           `` /* 153-byte string literal not displayed */
	Peers      []*WireguardPeer `protobuf:"bytes,5,rep,name=peers,proto3" json:"peers" bun:"peers" csv:"peers" pg:"peers" yaml:"peers"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use WireguardInterface.ProtoReflect.Descriptor instead.

func (*WireguardInterface) GetId added in v0.4.22

func (x *WireguardInterface) GetId() string

func (*WireguardInterface) GetIps added in v0.4.22

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

func (*WireguardInterface) GetListenPort added in v0.4.22

func (x *WireguardInterface) GetListenPort() uint32

func (*WireguardInterface) GetName added in v0.4.22

func (x *WireguardInterface) GetName() string

func (*WireguardInterface) GetPeers added in v0.4.22

func (x *WireguardInterface) GetPeers() []*WireguardPeer

func (*WireguardInterface) ProtoMessage added in v0.4.22

func (*WireguardInterface) ProtoMessage()

func (*WireguardInterface) ProtoReflect added in v0.4.22

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

func (*WireguardInterface) Reset added in v0.4.22

func (x *WireguardInterface) Reset()

func (*WireguardInterface) String added in v0.4.22

func (x *WireguardInterface) String() string

func (*WireguardInterface) Validate added in v0.4.22

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.4.22

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 WireguardInterfaceAdded added in v0.4.22

type WireguardInterfaceAdded struct {
	WireguardInterface string `` /* 208-byte string literal not displayed */
	PublicKey          string `` /* 145-byte string literal not displayed */
	Error              string `protobuf:"bytes,16,opt,name=error,proto3" json:"error" bun:"error" csv:"error" pg:"error" yaml:"error"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use WireguardInterfaceAdded.ProtoReflect.Descriptor instead.

func (*WireguardInterfaceAdded) GetError added in v0.4.22

func (x *WireguardInterfaceAdded) GetError() string

func (*WireguardInterfaceAdded) GetPublicKey added in v0.8.6

func (x *WireguardInterfaceAdded) GetPublicKey() string

func (*WireguardInterfaceAdded) GetWireguardInterface added in v0.8.6

func (x *WireguardInterfaceAdded) GetWireguardInterface() string

func (*WireguardInterfaceAdded) ProtoMessage added in v0.4.22

func (*WireguardInterfaceAdded) ProtoMessage()

func (*WireguardInterfaceAdded) ProtoReflect added in v0.4.22

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

func (*WireguardInterfaceAdded) Reset added in v0.4.22

func (x *WireguardInterfaceAdded) Reset()

func (*WireguardInterfaceAdded) String added in v0.4.22

func (x *WireguardInterfaceAdded) String() string

func (*WireguardInterfaceAdded) Validate added in v0.4.22

func (m *WireguardInterfaceAdded) Validate() error

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

func (m *WireguardInterfaceAdded) ValidateAll() error

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

type WireguardInterfaceAddedMultiError added in v0.4.22

type WireguardInterfaceAddedMultiError []error

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

func (WireguardInterfaceAddedMultiError) AllErrors added in v0.4.22

func (m WireguardInterfaceAddedMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WireguardInterfaceAddedMultiError) Error added in v0.4.22

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

type WireguardInterfaceAddedValidationError added in v0.4.22

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

WireguardInterfaceAddedValidationError is the validation error returned by WireguardInterfaceAdded.Validate if the designated constraints aren't met.

func (WireguardInterfaceAddedValidationError) Cause added in v0.4.22

Cause function returns cause value.

func (WireguardInterfaceAddedValidationError) Error added in v0.4.22

Error satisfies the builtin error interface

func (WireguardInterfaceAddedValidationError) ErrorName added in v0.4.22

ErrorName returns error name.

func (WireguardInterfaceAddedValidationError) Field added in v0.4.22

Field function returns field value.

func (WireguardInterfaceAddedValidationError) Key added in v0.4.22

Key function returns key value.

func (WireguardInterfaceAddedValidationError) Reason added in v0.4.22

Reason function returns reason value.

type WireguardInterfaceMultiError added in v0.4.22

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.4.22

func (m WireguardInterfaceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WireguardInterfaceMultiError) Error added in v0.4.22

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

type WireguardInterfaceRemoved added in v0.4.22

type WireguardInterfaceRemoved struct {
	WireguardInterface string `` /* 208-byte string literal not displayed */
	Error              string `protobuf:"bytes,16,opt,name=error,proto3" json:"error" bun:"error" csv:"error" pg:"error" yaml:"error"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use WireguardInterfaceRemoved.ProtoReflect.Descriptor instead.

func (*WireguardInterfaceRemoved) GetError added in v0.4.22

func (x *WireguardInterfaceRemoved) GetError() string

func (*WireguardInterfaceRemoved) GetWireguardInterface added in v0.8.6

func (x *WireguardInterfaceRemoved) GetWireguardInterface() string

func (*WireguardInterfaceRemoved) ProtoMessage added in v0.4.22

func (*WireguardInterfaceRemoved) ProtoMessage()

func (*WireguardInterfaceRemoved) ProtoReflect added in v0.4.22

func (*WireguardInterfaceRemoved) Reset added in v0.4.22

func (x *WireguardInterfaceRemoved) Reset()

func (*WireguardInterfaceRemoved) String added in v0.4.22

func (x *WireguardInterfaceRemoved) String() string

func (*WireguardInterfaceRemoved) Validate added in v0.4.22

func (m *WireguardInterfaceRemoved) Validate() error

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

func (m *WireguardInterfaceRemoved) ValidateAll() error

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

type WireguardInterfaceRemovedMultiError added in v0.4.22

type WireguardInterfaceRemovedMultiError []error

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

func (WireguardInterfaceRemovedMultiError) AllErrors added in v0.4.22

AllErrors returns a list of validation violation errors.

func (WireguardInterfaceRemovedMultiError) Error added in v0.4.22

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

type WireguardInterfaceRemovedValidationError added in v0.4.22

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

WireguardInterfaceRemovedValidationError is the validation error returned by WireguardInterfaceRemoved.Validate if the designated constraints aren't met.

func (WireguardInterfaceRemovedValidationError) Cause added in v0.4.22

Cause function returns cause value.

func (WireguardInterfaceRemovedValidationError) Error added in v0.4.22

Error satisfies the builtin error interface

func (WireguardInterfaceRemovedValidationError) ErrorName added in v0.4.22

ErrorName returns error name.

func (WireguardInterfaceRemovedValidationError) Field added in v0.4.22

Field function returns field value.

func (WireguardInterfaceRemovedValidationError) Key added in v0.4.22

Key function returns key value.

func (WireguardInterfaceRemovedValidationError) Reason added in v0.4.22

Reason function returns reason value.

type WireguardInterfaceValidationError added in v0.4.22

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.4.22

Cause function returns cause value.

func (WireguardInterfaceValidationError) Error added in v0.4.22

Error satisfies the builtin error interface

func (WireguardInterfaceValidationError) ErrorName added in v0.4.22

ErrorName returns error name.

func (WireguardInterfaceValidationError) Field added in v0.4.22

Field function returns field value.

func (WireguardInterfaceValidationError) Key added in v0.4.22

Key function returns key value.

func (WireguardInterfaceValidationError) Reason added in v0.4.22

Reason function returns reason value.

type WireguardPeer added in v0.4.22

type WireguardPeer struct {
	PublicKey  string   `` /* 145-byte string literal not displayed */
	AllowedIps []string `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

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

Deprecated: Use WireguardPeer.ProtoReflect.Descriptor instead.

func (*WireguardPeer) GetAllowedIps added in v0.4.22

func (x *WireguardPeer) GetAllowedIps() []string

func (*WireguardPeer) GetPublicKey added in v0.4.22

func (x *WireguardPeer) GetPublicKey() string

func (*WireguardPeer) ProtoMessage added in v0.4.22

func (*WireguardPeer) ProtoMessage()

func (*WireguardPeer) ProtoReflect added in v0.4.22

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

func (*WireguardPeer) Reset added in v0.4.22

func (x *WireguardPeer) Reset()

func (*WireguardPeer) String added in v0.4.22

func (x *WireguardPeer) String() string

func (*WireguardPeer) Validate added in v0.4.22

func (m *WireguardPeer) Validate() error

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

func (m *WireguardPeer) ValidateAll() error

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

type WireguardPeerAdded added in v0.8.0

type WireguardPeerAdded struct {
	WireguardInterface string   `` /* 208-byte string literal not displayed */
	ClientPublicKey    string   `` /* 192-byte string literal not displayed */
	Addresses          []string `protobuf:"bytes,3,rep,name=addresses,proto3" json:"addresses" bun:"addresses" csv:"addresses" pg:"addresses" yaml:"addresses"`
	DnsServers         []string `` /* 152-byte string literal not displayed */
	Error              string   `protobuf:"bytes,16,opt,name=error,proto3" json:"error" bun:"error" csv:"error" pg:"error" yaml:"error"`
	// contains filtered or unexported fields
}

func (*WireguardPeerAdded) Descriptor deprecated added in v0.8.0

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

Deprecated: Use WireguardPeerAdded.ProtoReflect.Descriptor instead.

func (*WireguardPeerAdded) GetAddresses added in v0.8.6

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

func (*WireguardPeerAdded) GetClientPublicKey added in v0.8.6

func (x *WireguardPeerAdded) GetClientPublicKey() string

func (*WireguardPeerAdded) GetDnsServers added in v0.8.6

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

func (*WireguardPeerAdded) GetError added in v0.8.0

func (x *WireguardPeerAdded) GetError() string

func (*WireguardPeerAdded) GetWireguardInterface added in v0.8.6

func (x *WireguardPeerAdded) GetWireguardInterface() string

func (*WireguardPeerAdded) ProtoMessage added in v0.8.0

func (*WireguardPeerAdded) ProtoMessage()

func (*WireguardPeerAdded) ProtoReflect added in v0.8.0

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

func (*WireguardPeerAdded) Reset added in v0.8.0

func (x *WireguardPeerAdded) Reset()

func (*WireguardPeerAdded) String added in v0.8.0

func (x *WireguardPeerAdded) String() string

func (*WireguardPeerAdded) Validate added in v0.8.0

func (m *WireguardPeerAdded) Validate() error

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

func (m *WireguardPeerAdded) ValidateAll() error

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

type WireguardPeerAddedMultiError added in v0.8.0

type WireguardPeerAddedMultiError []error

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

func (WireguardPeerAddedMultiError) AllErrors added in v0.8.0

func (m WireguardPeerAddedMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WireguardPeerAddedMultiError) Error added in v0.8.0

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

type WireguardPeerAddedValidationError added in v0.8.0

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

WireguardPeerAddedValidationError is the validation error returned by WireguardPeerAdded.Validate if the designated constraints aren't met.

func (WireguardPeerAddedValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (WireguardPeerAddedValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (WireguardPeerAddedValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (WireguardPeerAddedValidationError) Field added in v0.8.0

Field function returns field value.

func (WireguardPeerAddedValidationError) Key added in v0.8.0

Key function returns key value.

func (WireguardPeerAddedValidationError) Reason added in v0.8.0

Reason function returns reason value.

type WireguardPeerMultiError added in v0.4.22

type WireguardPeerMultiError []error

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

func (WireguardPeerMultiError) AllErrors added in v0.4.22

func (m WireguardPeerMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WireguardPeerMultiError) Error added in v0.4.22

func (m WireguardPeerMultiError) Error() string

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

type WireguardPeerValidationError added in v0.4.22

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

WireguardPeerValidationError is the validation error returned by WireguardPeer.Validate if the designated constraints aren't met.

func (WireguardPeerValidationError) Cause added in v0.4.22

Cause function returns cause value.

func (WireguardPeerValidationError) Error added in v0.4.22

Error satisfies the builtin error interface

func (WireguardPeerValidationError) ErrorName added in v0.4.22

func (e WireguardPeerValidationError) ErrorName() string

ErrorName returns error name.

func (WireguardPeerValidationError) Field added in v0.4.22

Field function returns field value.

func (WireguardPeerValidationError) Key added in v0.4.22

Key function returns key value.

func (WireguardPeerValidationError) Reason added in v0.4.22

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