Versions in this module Expand all Collapse all v0 v0.0.2 May 15, 2024 Changes in this version + var File_channel_channel_proto protoreflect.FileDescriptor v0.0.1 May 24, 2023 Changes in this version + const ChannelService_Channel_FullMethodName + const ChannelService_Test_FullMethodName + var ChannelService_ServiceDesc = grpc.ServiceDesc + var File_proto_channel_channel_proto protoreflect.FileDescriptor + func RegisterChannelServiceServer(s grpc.ServiceRegistrar, srv ChannelServiceServer) + type ChannelRequest struct + Req isChannelRequest_Req + func (*ChannelRequest) Descriptor() ([]byte, []int) + func (*ChannelRequest) ProtoMessage() + func (m *ChannelRequest) GetReq() isChannelRequest_Req + func (m *ChannelRequest) Validate() error + func (m *ChannelRequest) ValidateAll() error + func (x *ChannelRequest) GetData() *Data + func (x *ChannelRequest) GetSetKey() *SetKey + func (x *ChannelRequest) ProtoReflect() protoreflect.Message + func (x *ChannelRequest) Reset() + func (x *ChannelRequest) String() string + type ChannelRequestMultiError []error + func (m ChannelRequestMultiError) AllErrors() []error + func (m ChannelRequestMultiError) Error() string + type ChannelRequestValidationError struct + func (e ChannelRequestValidationError) Cause() error + func (e ChannelRequestValidationError) Error() string + func (e ChannelRequestValidationError) ErrorName() string + func (e ChannelRequestValidationError) Field() string + func (e ChannelRequestValidationError) Key() bool + func (e ChannelRequestValidationError) Reason() string + type ChannelRequest_Data struct + Data *Data + type ChannelRequest_SetKey struct + SetKey *SetKey + type ChannelServiceClient interface + Channel func(ctx context.Context, opts ...grpc.CallOption) (ChannelService_ChannelClient, error) + Test func(ctx context.Context, in *protorepo_share_go.Empty, opts ...grpc.CallOption) (*protorepo_share_go.Empty, error) + func NewChannelServiceClient(cc grpc.ClientConnInterface) ChannelServiceClient + type ChannelServiceServer interface + Channel func(ChannelService_ChannelServer) error + Test func(context.Context, *protorepo_share_go.Empty) (*protorepo_share_go.Empty, error) + type ChannelService_ChannelClient interface + Recv func() (*ReceiveResponse, error) + Send func(*ChannelRequest) error + type ChannelService_ChannelServer interface + Recv func() (*ChannelRequest, error) + Send func(*ReceiveResponse) error + type Data struct + Data []byte + DstKey string + SrcKey string + func (*Data) Descriptor() ([]byte, []int) + func (*Data) ProtoMessage() + func (m *Data) Validate() error + func (m *Data) ValidateAll() error + func (x *Data) GetData() []byte + func (x *Data) GetDstKey() string + func (x *Data) GetSrcKey() string + func (x *Data) ProtoReflect() protoreflect.Message + func (x *Data) Reset() + func (x *Data) String() string + type DataMultiError []error + func (m DataMultiError) AllErrors() []error + func (m DataMultiError) Error() string + type DataValidationError struct + func (e DataValidationError) Cause() error + func (e DataValidationError) Error() string + func (e DataValidationError) ErrorName() string + func (e DataValidationError) Field() string + func (e DataValidationError) Key() bool + func (e DataValidationError) Reason() string + type KeyAccepted struct + func (*KeyAccepted) Descriptor() ([]byte, []int) + func (*KeyAccepted) ProtoMessage() + func (m *KeyAccepted) Validate() error + func (m *KeyAccepted) ValidateAll() error + func (x *KeyAccepted) ProtoReflect() protoreflect.Message + func (x *KeyAccepted) Reset() + func (x *KeyAccepted) String() string + type KeyAcceptedMultiError []error + func (m KeyAcceptedMultiError) AllErrors() []error + func (m KeyAcceptedMultiError) Error() string + type KeyAcceptedValidationError struct + func (e KeyAcceptedValidationError) Cause() error + func (e KeyAcceptedValidationError) Error() string + func (e KeyAcceptedValidationError) ErrorName() string + func (e KeyAcceptedValidationError) Field() string + func (e KeyAcceptedValidationError) Key() bool + func (e KeyAcceptedValidationError) Reason() string + type ReceiveResponse struct + Resp isReceiveResponse_Resp + func (*ReceiveResponse) Descriptor() ([]byte, []int) + func (*ReceiveResponse) ProtoMessage() + func (m *ReceiveResponse) GetResp() isReceiveResponse_Resp + func (m *ReceiveResponse) Validate() error + func (m *ReceiveResponse) ValidateAll() error + func (x *ReceiveResponse) GetData() *Data + func (x *ReceiveResponse) GetKeyAccepted() *KeyAccepted + func (x *ReceiveResponse) ProtoReflect() protoreflect.Message + func (x *ReceiveResponse) Reset() + func (x *ReceiveResponse) String() string + type ReceiveResponseMultiError []error + func (m ReceiveResponseMultiError) AllErrors() []error + func (m ReceiveResponseMultiError) Error() string + type ReceiveResponseValidationError struct + func (e ReceiveResponseValidationError) Cause() error + func (e ReceiveResponseValidationError) Error() string + func (e ReceiveResponseValidationError) ErrorName() string + func (e ReceiveResponseValidationError) Field() string + func (e ReceiveResponseValidationError) Key() bool + func (e ReceiveResponseValidationError) Reason() string + type ReceiveResponse_Data struct + Data *Data + type ReceiveResponse_KeyAccepted struct + KeyAccepted *KeyAccepted + type SetKey struct + Key string + func (*SetKey) Descriptor() ([]byte, []int) + func (*SetKey) ProtoMessage() + func (m *SetKey) Validate() error + func (m *SetKey) ValidateAll() error + func (x *SetKey) GetKey() string + func (x *SetKey) ProtoReflect() protoreflect.Message + func (x *SetKey) Reset() + func (x *SetKey) String() string + type SetKeyMultiError []error + func (m SetKeyMultiError) AllErrors() []error + func (m SetKeyMultiError) Error() string + type SetKeyValidationError struct + func (e SetKeyValidationError) Cause() error + func (e SetKeyValidationError) Error() string + func (e SetKeyValidationError) ErrorName() string + func (e SetKeyValidationError) Field() string + func (e SetKeyValidationError) Key() bool + func (e SetKeyValidationError) Reason() string + type UnimplementedChannelServiceServer struct + func (UnimplementedChannelServiceServer) Channel(ChannelService_ChannelServer) error + func (UnimplementedChannelServiceServer) Test(context.Context, *protorepo_share_go.Empty) (*protorepo_share_go.Empty, error) + type UnsafeChannelServiceServer interface