Documentation
      ¶
    
    
  
    
  
    Index ¶
- Variables
 - type GetHealthRequest
 - type GetHealthResponse
 - func (*GetHealthResponse) Descriptor() ([]byte, []int)deprecated
 - func (x *GetHealthResponse) GetCoreHealth() *v1.GetHealthResponse
 - func (x *GetHealthResponse) GetStatus() string
 - func (x *GetHealthResponse) GetStorageHealth() *v11.GetHealthResponse
 - func (*GetHealthResponse) ProtoMessage()
 - func (x *GetHealthResponse) ProtoReflect() protoreflect.Message
 - func (x *GetHealthResponse) Reset()
 - func (x *GetHealthResponse) String() string
 
- type PingRequest
 - type PingResponse
 - func (*PingResponse) Descriptor() ([]byte, []int)deprecated
 - func (x *PingResponse) GetCorePing() *v1.PingResponse
 - func (x *PingResponse) GetMessage() string
 - func (x *PingResponse) GetStoragePing() *v11.PingResponse
 - func (*PingResponse) ProtoMessage()
 - func (x *PingResponse) ProtoReflect() protoreflect.Message
 - func (x *PingResponse) Reset()
 - func (x *PingResponse) String() string
 
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
    var File_system_v1_service_proto protoreflect.FileDescriptor
    
      View Source
      
  
var File_system_v1_types_proto protoreflect.FileDescriptor
    Functions ¶
This section is empty.
Types ¶
type GetHealthRequest ¶
type GetHealthRequest struct {
	// contains filtered or unexported fields
}
    
        
          
            func (*GetHealthRequest) Descriptor
            deprecated
            
          
  
    
  
      
      func (*GetHealthRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetHealthRequest.ProtoReflect.Descriptor instead.
func (*GetHealthRequest) ProtoMessage ¶
func (*GetHealthRequest) ProtoMessage()
func (*GetHealthRequest) ProtoReflect ¶
func (x *GetHealthRequest) ProtoReflect() protoreflect.Message
func (*GetHealthRequest) Reset ¶
func (x *GetHealthRequest) Reset()
func (*GetHealthRequest) String ¶
func (x *GetHealthRequest) String() string
type GetHealthResponse ¶
type GetHealthResponse struct {
	Status        string                 `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	CoreHealth    *v1.GetHealthResponse  `protobuf:"bytes,2,opt,name=core_health,json=coreHealth,proto3" json:"core_health,omitempty"`
	StorageHealth *v11.GetHealthResponse `protobuf:"bytes,3,opt,name=storage_health,json=storageHealth,proto3" json:"storage_health,omitempty"`
	// contains filtered or unexported fields
}
    
        
          
            func (*GetHealthResponse) Descriptor
            deprecated
            
          
  
    
  
      
      func (*GetHealthResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetHealthResponse.ProtoReflect.Descriptor instead.
func (*GetHealthResponse) GetCoreHealth ¶
func (x *GetHealthResponse) GetCoreHealth() *v1.GetHealthResponse
func (*GetHealthResponse) GetStatus ¶
func (x *GetHealthResponse) GetStatus() string
func (*GetHealthResponse) GetStorageHealth ¶
func (x *GetHealthResponse) GetStorageHealth() *v11.GetHealthResponse
func (*GetHealthResponse) ProtoMessage ¶
func (*GetHealthResponse) ProtoMessage()
func (*GetHealthResponse) ProtoReflect ¶
func (x *GetHealthResponse) ProtoReflect() protoreflect.Message
func (*GetHealthResponse) Reset ¶
func (x *GetHealthResponse) Reset()
func (*GetHealthResponse) String ¶
func (x *GetHealthResponse) String() string
type PingRequest ¶
type PingRequest struct {
	// contains filtered or unexported fields
}
    
        
          
            func (*PingRequest) Descriptor
            deprecated
            
          
  
    
  
      
      func (*PingRequest) Descriptor() ([]byte, []int)
Deprecated: Use PingRequest.ProtoReflect.Descriptor instead.
func (*PingRequest) ProtoMessage ¶
func (*PingRequest) ProtoMessage()
func (*PingRequest) ProtoReflect ¶
func (x *PingRequest) ProtoReflect() protoreflect.Message
func (*PingRequest) Reset ¶
func (x *PingRequest) Reset()
func (*PingRequest) String ¶
func (x *PingRequest) String() string
type PingResponse ¶
type PingResponse struct {
	Message     string            `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	CorePing    *v1.PingResponse  `protobuf:"bytes,2,opt,name=core_ping,json=corePing,proto3" json:"core_ping,omitempty"`
	StoragePing *v11.PingResponse `protobuf:"bytes,3,opt,name=storage_ping,json=storagePing,proto3" json:"storage_ping,omitempty"`
	// contains filtered or unexported fields
}
    
        
          
            func (*PingResponse) Descriptor
            deprecated
            
          
  
    
  
      
      func (*PingResponse) Descriptor() ([]byte, []int)
Deprecated: Use PingResponse.ProtoReflect.Descriptor instead.
func (*PingResponse) GetCorePing ¶
func (x *PingResponse) GetCorePing() *v1.PingResponse
func (*PingResponse) GetMessage ¶
func (x *PingResponse) GetMessage() string
func (*PingResponse) GetStoragePing ¶
func (x *PingResponse) GetStoragePing() *v11.PingResponse
func (*PingResponse) ProtoMessage ¶
func (*PingResponse) ProtoMessage()
func (*PingResponse) ProtoReflect ¶
func (x *PingResponse) ProtoReflect() protoreflect.Message
func (*PingResponse) Reset ¶
func (x *PingResponse) Reset()
func (*PingResponse) String ¶
func (x *PingResponse) String() string
 Click to show internal directories. 
   Click to hide internal directories.