Documentation ¶
Index ¶
- Variables
- type AgentDescriptor
- func (*AgentDescriptor) Descriptor() ([]byte, []int)deprecated
- func (x *AgentDescriptor) GetServices() []*Service
- func (*AgentDescriptor) ProtoMessage()
- func (x *AgentDescriptor) ProtoReflect() protoreflect.Message
- func (x *AgentDescriptor) Reset()
- func (x *AgentDescriptor) String() string
- func (m *AgentDescriptor) Validate() error
- type AgentDescriptorValidationError
- func (e AgentDescriptorValidationError) Cause() error
- func (e AgentDescriptorValidationError) Error() string
- func (e AgentDescriptorValidationError) ErrorName() string
- func (e AgentDescriptorValidationError) Field() string
- func (e AgentDescriptorValidationError) Key() bool
- func (e AgentDescriptorValidationError) Reason() string
- type Method
- type MethodValidationError
- type Service
- func (*Service) Descriptor() ([]byte, []int)deprecated
- func (x *Service) GetMethods() []*Method
- func (x *Service) GetName() string
- func (*Service) ProtoMessage()
- func (x *Service) ProtoReflect() protoreflect.Message
- func (x *Service) Reset()
- func (x *Service) String() string
- func (m *Service) Validate() error
- type ServiceValidationError
Constants ¶
This section is empty.
Variables ¶
var File_internal_module_reverse_tunnel_info_info_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AgentDescriptor ¶
type AgentDescriptor struct { Services []*Service `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"` // contains filtered or unexported fields }
func (*AgentDescriptor) Descriptor
deprecated
func (*AgentDescriptor) Descriptor() ([]byte, []int)
Deprecated: Use AgentDescriptor.ProtoReflect.Descriptor instead.
func (*AgentDescriptor) GetServices ¶
func (x *AgentDescriptor) GetServices() []*Service
func (*AgentDescriptor) ProtoMessage ¶
func (*AgentDescriptor) ProtoMessage()
func (*AgentDescriptor) ProtoReflect ¶
func (x *AgentDescriptor) ProtoReflect() protoreflect.Message
func (*AgentDescriptor) Reset ¶
func (x *AgentDescriptor) Reset()
func (*AgentDescriptor) String ¶
func (x *AgentDescriptor) String() string
func (*AgentDescriptor) Validate ¶
func (m *AgentDescriptor) Validate() error
Validate checks the field values on AgentDescriptor with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type AgentDescriptorValidationError ¶
type AgentDescriptorValidationError struct {
// contains filtered or unexported fields
}
AgentDescriptorValidationError is the validation error returned by AgentDescriptor.Validate if the designated constraints aren't met.
func (AgentDescriptorValidationError) Cause ¶
func (e AgentDescriptorValidationError) Cause() error
Cause function returns cause value.
func (AgentDescriptorValidationError) Error ¶
func (e AgentDescriptorValidationError) Error() string
Error satisfies the builtin error interface
func (AgentDescriptorValidationError) ErrorName ¶
func (e AgentDescriptorValidationError) ErrorName() string
ErrorName returns error name.
func (AgentDescriptorValidationError) Field ¶
func (e AgentDescriptorValidationError) Field() string
Field function returns field value.
func (AgentDescriptorValidationError) Key ¶
func (e AgentDescriptorValidationError) Key() bool
Key function returns key value.
func (AgentDescriptorValidationError) Reason ¶
func (e AgentDescriptorValidationError) Reason() string
Reason function returns reason value.
type Method ¶
type Method struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Method) Descriptor
deprecated
func (*Method) ProtoMessage ¶
func (*Method) ProtoMessage()
func (*Method) ProtoReflect ¶
func (x *Method) ProtoReflect() protoreflect.Message
type MethodValidationError ¶
type MethodValidationError struct {
// contains filtered or unexported fields
}
MethodValidationError is the validation error returned by Method.Validate if the designated constraints aren't met.
func (MethodValidationError) Cause ¶
func (e MethodValidationError) Cause() error
Cause function returns cause value.
func (MethodValidationError) Error ¶
func (e MethodValidationError) Error() string
Error satisfies the builtin error interface
func (MethodValidationError) ErrorName ¶
func (e MethodValidationError) ErrorName() string
ErrorName returns error name.
func (MethodValidationError) Field ¶
func (e MethodValidationError) Field() string
Field function returns field value.
func (MethodValidationError) Key ¶
func (e MethodValidationError) Key() bool
Key function returns key value.
func (MethodValidationError) Reason ¶
func (e MethodValidationError) Reason() string
Reason function returns reason value.
type Service ¶
type Service struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Methods []*Method `protobuf:"bytes,2,rep,name=methods,proto3" json:"methods,omitempty"` // contains filtered or unexported fields }
func (*Service) Descriptor
deprecated
func (*Service) GetMethods ¶
func (*Service) ProtoMessage ¶
func (*Service) ProtoMessage()
func (*Service) ProtoReflect ¶
func (x *Service) ProtoReflect() protoreflect.Message
type ServiceValidationError ¶
type ServiceValidationError struct {
// contains filtered or unexported fields
}
ServiceValidationError is the validation error returned by Service.Validate if the designated constraints aren't met.
func (ServiceValidationError) Cause ¶
func (e ServiceValidationError) Cause() error
Cause function returns cause value.
func (ServiceValidationError) Error ¶
func (e ServiceValidationError) Error() string
Error satisfies the builtin error interface
func (ServiceValidationError) ErrorName ¶
func (e ServiceValidationError) ErrorName() string
ErrorName returns error name.
func (ServiceValidationError) Field ¶
func (e ServiceValidationError) Field() string
Field function returns field value.
func (ServiceValidationError) Key ¶
func (e ServiceValidationError) Key() bool
Key function returns key value.
func (ServiceValidationError) Reason ¶
func (e ServiceValidationError) Reason() string
Reason function returns reason value.