 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- Variables
- type APIDescriptor
- func (*APIDescriptor) Descriptor() ([]byte, []int)deprecated
- func (x *APIDescriptor) GetServices() []*Service
- func (*APIDescriptor) ProtoMessage()
- func (x *APIDescriptor) ProtoReflect() protoreflect.Message
- func (x *APIDescriptor) Reset()
- func (x *APIDescriptor) String() string
- func (x *APIDescriptor) SupportsServiceAndMethod(service, method string) bool
 
- type Method
- type Service
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var File_internal_tunnel_info_info_proto protoreflect.FileDescriptor
    Functions ¶
This section is empty.
Types ¶
type APIDescriptor ¶
type APIDescriptor struct {
	Services []*Service `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	// contains filtered or unexported fields
}
    
        
          
            func (*APIDescriptor) Descriptor
            deprecated
            
          
  
    
  
      
      func (*APIDescriptor) Descriptor() ([]byte, []int)
Deprecated: Use APIDescriptor.ProtoReflect.Descriptor instead.
func (*APIDescriptor) GetServices ¶
func (x *APIDescriptor) GetServices() []*Service
func (*APIDescriptor) ProtoMessage ¶
func (*APIDescriptor) ProtoMessage()
func (*APIDescriptor) ProtoReflect ¶
func (x *APIDescriptor) ProtoReflect() protoreflect.Message
func (*APIDescriptor) Reset ¶
func (x *APIDescriptor) Reset()
func (*APIDescriptor) String ¶
func (x *APIDescriptor) String() string
func (*APIDescriptor) SupportsServiceAndMethod ¶
func (x *APIDescriptor) SupportsServiceAndMethod(service, method string) bool
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 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
 Click to show internal directories. 
   Click to hide internal directories.