Documentation
¶
Index ¶
- Variables
- type FileChunk
- func (*FileChunk) Descriptor() ([]byte, []int)deprecated
- func (x *FileChunk) GetData() []byte
- func (x *FileChunk) GetName() string
- func (x *FileChunk) GetSize() int32
- func (x *FileChunk) GetType() FileType
- func (*FileChunk) ProtoMessage()
- func (x *FileChunk) ProtoReflect() protoreflect.Message
- func (x *FileChunk) Reset()
- func (x *FileChunk) String() string
- type FileInfo
- func (*FileInfo) Descriptor() ([]byte, []int)deprecated
- func (x *FileInfo) GetName() string
- func (x *FileInfo) GetSize() int32
- func (x *FileInfo) GetType() FileType
- func (*FileInfo) ProtoMessage()
- func (x *FileInfo) ProtoReflect() protoreflect.Message
- func (x *FileInfo) Reset()
- func (x *FileInfo) String() string
- type FileType
- type HandshakeRequest
- type HandshakeResponse
- func (*HandshakeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *HandshakeResponse) GetAccepted() bool
- func (x *HandshakeResponse) GetProtocolVersion() string
- func (x *HandshakeResponse) GetRejectionReason() string
- func (*HandshakeResponse) ProtoMessage()
- func (x *HandshakeResponse) ProtoReflect() protoreflect.Message
- func (x *HandshakeResponse) Reset()
- func (x *HandshakeResponse) String() string
- type ListProviders
- type ListType
- type Provider
- func (*Provider) Descriptor() ([]byte, []int)deprecated
- func (x *Provider) GetAuthor() string
- func (x *Provider) GetDescription() string
- func (x *Provider) GetId() string
- func (x *Provider) GetName() string
- func (*Provider) ProtoMessage()
- func (x *Provider) ProtoReflect() protoreflect.Message
- func (x *Provider) Reset()
- func (x *Provider) String() string
- type ProviderEntry
- func (*ProviderEntry) Descriptor() ([]byte, []int)deprecated
- func (x *ProviderEntry) GetId() string
- func (x *ProviderEntry) GetName() string
- func (*ProviderEntry) ProtoMessage()
- func (x *ProviderEntry) ProtoReflect() protoreflect.Message
- func (x *ProviderEntry) Reset()
- func (x *ProviderEntry) String() string
- type RequestFile
- type RequestList
- type RequestProvider
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ListType_name = map[int32]string{ 0: "PROVIDERS", } ListType_value = map[string]int32{ "PROVIDERS": 0, } )
Enum value maps for ListType.
View Source
var ( FileType_name = map[int32]string{ 0: "PROVIDER_CLIENT", } FileType_value = map[string]int32{ "PROVIDER_CLIENT": 0, } )
Enum value maps for FileType.
View Source
var File_message_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type FileChunk ¶
type FileChunk struct {
Type FileType `protobuf:"varint,1,opt,name=type,proto3,enum=FileType" json:"type,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Size int32 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
Data []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*FileChunk) Descriptor
deprecated
func (*FileChunk) ProtoMessage ¶
func (*FileChunk) ProtoMessage()
func (*FileChunk) ProtoReflect ¶
func (x *FileChunk) ProtoReflect() protoreflect.Message
type FileInfo ¶
type FileInfo struct {
Type FileType `protobuf:"varint,1,opt,name=type,proto3,enum=FileType" json:"type,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Size int32 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
// contains filtered or unexported fields
}
func (*FileInfo) Descriptor
deprecated
func (*FileInfo) ProtoMessage ¶
func (*FileInfo) ProtoMessage()
func (*FileInfo) ProtoReflect ¶
func (x *FileInfo) ProtoReflect() protoreflect.Message
type FileType ¶
type FileType int32
const (
FileType_PROVIDER_CLIENT FileType = 0
)
func (FileType) Descriptor ¶
func (FileType) Descriptor() protoreflect.EnumDescriptor
func (FileType) EnumDescriptor
deprecated
func (FileType) Number ¶
func (x FileType) Number() protoreflect.EnumNumber
func (FileType) Type ¶
func (FileType) Type() protoreflect.EnumType
type HandshakeRequest ¶
type HandshakeRequest struct {
ProtocolVersion string `protobuf:"bytes,1,opt,name=protocol_version,json=protocolVersion,proto3" json:"protocol_version,omitempty"`
// contains filtered or unexported fields
}
func (*HandshakeRequest) Descriptor
deprecated
func (*HandshakeRequest) Descriptor() ([]byte, []int)
Deprecated: Use HandshakeRequest.ProtoReflect.Descriptor instead.
func (*HandshakeRequest) GetProtocolVersion ¶
func (x *HandshakeRequest) GetProtocolVersion() string
func (*HandshakeRequest) ProtoMessage ¶
func (*HandshakeRequest) ProtoMessage()
func (*HandshakeRequest) ProtoReflect ¶
func (x *HandshakeRequest) ProtoReflect() protoreflect.Message
func (*HandshakeRequest) Reset ¶
func (x *HandshakeRequest) Reset()
func (*HandshakeRequest) String ¶
func (x *HandshakeRequest) String() string
type HandshakeResponse ¶
type HandshakeResponse struct {
Accepted bool `protobuf:"varint,1,opt,name=accepted,proto3" json:"accepted,omitempty"`
RejectionReason string `protobuf:"bytes,2,opt,name=rejection_reason,json=rejectionReason,proto3" json:"rejection_reason,omitempty"`
ProtocolVersion string `protobuf:"bytes,3,opt,name=protocol_version,json=protocolVersion,proto3" json:"protocol_version,omitempty"`
// contains filtered or unexported fields
}
func (*HandshakeResponse) Descriptor
deprecated
func (*HandshakeResponse) Descriptor() ([]byte, []int)
Deprecated: Use HandshakeResponse.ProtoReflect.Descriptor instead.
func (*HandshakeResponse) GetAccepted ¶
func (x *HandshakeResponse) GetAccepted() bool
func (*HandshakeResponse) GetProtocolVersion ¶
func (x *HandshakeResponse) GetProtocolVersion() string
func (*HandshakeResponse) GetRejectionReason ¶
func (x *HandshakeResponse) GetRejectionReason() string
func (*HandshakeResponse) ProtoMessage ¶
func (*HandshakeResponse) ProtoMessage()
func (*HandshakeResponse) ProtoReflect ¶
func (x *HandshakeResponse) ProtoReflect() protoreflect.Message
func (*HandshakeResponse) Reset ¶
func (x *HandshakeResponse) Reset()
func (*HandshakeResponse) String ¶
func (x *HandshakeResponse) String() string
type ListProviders ¶
type ListProviders struct {
Providers []*ProviderEntry `protobuf:"bytes,1,rep,name=providers,proto3" json:"providers,omitempty"`
// contains filtered or unexported fields
}
func (*ListProviders) Descriptor
deprecated
func (*ListProviders) Descriptor() ([]byte, []int)
Deprecated: Use ListProviders.ProtoReflect.Descriptor instead.
func (*ListProviders) GetProviders ¶
func (x *ListProviders) GetProviders() []*ProviderEntry
func (*ListProviders) ProtoMessage ¶
func (*ListProviders) ProtoMessage()
func (*ListProviders) ProtoReflect ¶
func (x *ListProviders) ProtoReflect() protoreflect.Message
func (*ListProviders) Reset ¶
func (x *ListProviders) Reset()
func (*ListProviders) String ¶
func (x *ListProviders) String() string
type ListType ¶
type ListType int32
const (
ListType_PROVIDERS ListType = 0
)
func (ListType) Descriptor ¶
func (ListType) Descriptor() protoreflect.EnumDescriptor
func (ListType) EnumDescriptor
deprecated
func (ListType) Number ¶
func (x ListType) Number() protoreflect.EnumNumber
func (ListType) Type ¶
func (ListType) Type() protoreflect.EnumType
type Provider ¶
type Provider struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Author string `protobuf:"bytes,3,opt,name=author,proto3" json:"author,omitempty"`
Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
// contains filtered or unexported fields
}
func (*Provider) Descriptor
deprecated
func (*Provider) GetDescription ¶
func (*Provider) ProtoMessage ¶
func (*Provider) ProtoMessage()
func (*Provider) ProtoReflect ¶
func (x *Provider) ProtoReflect() protoreflect.Message
type ProviderEntry ¶
type ProviderEntry struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*ProviderEntry) Descriptor
deprecated
func (*ProviderEntry) Descriptor() ([]byte, []int)
Deprecated: Use ProviderEntry.ProtoReflect.Descriptor instead.
func (*ProviderEntry) GetId ¶
func (x *ProviderEntry) GetId() string
func (*ProviderEntry) GetName ¶
func (x *ProviderEntry) GetName() string
func (*ProviderEntry) ProtoMessage ¶
func (*ProviderEntry) ProtoMessage()
func (*ProviderEntry) ProtoReflect ¶
func (x *ProviderEntry) ProtoReflect() protoreflect.Message
func (*ProviderEntry) Reset ¶
func (x *ProviderEntry) Reset()
func (*ProviderEntry) String ¶
func (x *ProviderEntry) String() string
type RequestFile ¶
type RequestFile struct {
Type FileType `protobuf:"varint,1,opt,name=type,proto3,enum=FileType" json:"type,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*RequestFile) Descriptor
deprecated
func (*RequestFile) Descriptor() ([]byte, []int)
Deprecated: Use RequestFile.ProtoReflect.Descriptor instead.
func (*RequestFile) GetName ¶
func (x *RequestFile) GetName() string
func (*RequestFile) GetType ¶
func (x *RequestFile) GetType() FileType
func (*RequestFile) ProtoMessage ¶
func (*RequestFile) ProtoMessage()
func (*RequestFile) ProtoReflect ¶
func (x *RequestFile) ProtoReflect() protoreflect.Message
func (*RequestFile) Reset ¶
func (x *RequestFile) Reset()
func (*RequestFile) String ¶
func (x *RequestFile) String() string
type RequestList ¶
type RequestList struct {
Type ListType `protobuf:"varint,1,opt,name=type,proto3,enum=ListType" json:"type,omitempty"`
// contains filtered or unexported fields
}
func (*RequestList) Descriptor
deprecated
func (*RequestList) Descriptor() ([]byte, []int)
Deprecated: Use RequestList.ProtoReflect.Descriptor instead.
func (*RequestList) GetType ¶
func (x *RequestList) GetType() ListType
func (*RequestList) ProtoMessage ¶
func (*RequestList) ProtoMessage()
func (*RequestList) ProtoReflect ¶
func (x *RequestList) ProtoReflect() protoreflect.Message
func (*RequestList) Reset ¶
func (x *RequestList) Reset()
func (*RequestList) String ¶
func (x *RequestList) String() string
type RequestProvider ¶
type RequestProvider struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*RequestProvider) Descriptor
deprecated
func (*RequestProvider) Descriptor() ([]byte, []int)
Deprecated: Use RequestProvider.ProtoReflect.Descriptor instead.
func (*RequestProvider) GetId ¶
func (x *RequestProvider) GetId() string
func (*RequestProvider) ProtoMessage ¶
func (*RequestProvider) ProtoMessage()
func (*RequestProvider) ProtoReflect ¶
func (x *RequestProvider) ProtoReflect() protoreflect.Message
func (*RequestProvider) Reset ¶
func (x *RequestProvider) Reset()
func (*RequestProvider) String ¶
func (x *RequestProvider) String() string
Click to show internal directories.
Click to hide internal directories.