Documentation ¶
Index ¶
- Variables
- type ErrMissingConnections
- func (*ErrMissingConnections) Descriptor() ([]byte, []int)deprecated
- func (x *ErrMissingConnections) GetMissingConnections() []string
- func (*ErrMissingConnections) ProtoMessage()
- func (x *ErrMissingConnections) ProtoReflect() protoreflect.Message
- func (x *ErrMissingConnections) Reset()
- func (x *ErrMissingConnections) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_snapconf_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ErrMissingConnections ¶
type ErrMissingConnections struct { MissingConnections []string `protobuf:"bytes,1,rep,name=missing_connections,json=missingConnections,proto3" json:"missing_connections,omitempty"` // contains filtered or unexported fields }
ErrMissingConnections defines that some of the snap interfaces that are required for the gRPC call to be executed are not connected.
func (*ErrMissingConnections) Descriptor
deprecated
func (*ErrMissingConnections) Descriptor() ([]byte, []int)
Deprecated: Use ErrMissingConnections.ProtoReflect.Descriptor instead.
func (*ErrMissingConnections) GetMissingConnections ¶
func (x *ErrMissingConnections) GetMissingConnections() []string
func (*ErrMissingConnections) ProtoMessage ¶
func (*ErrMissingConnections) ProtoMessage()
func (*ErrMissingConnections) ProtoReflect ¶
func (x *ErrMissingConnections) ProtoReflect() protoreflect.Message
func (*ErrMissingConnections) Reset ¶
func (x *ErrMissingConnections) Reset()
func (*ErrMissingConnections) String ¶
func (x *ErrMissingConnections) String() string
Click to show internal directories.
Click to hide internal directories.