Documentation ¶
Index ¶
- Variables
- type PutOnionsRequest
- func (*PutOnionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutOnionsRequest) GetCxid() string
- func (x *PutOnionsRequest) GetMsgs() [][]byte
- func (x *PutOnionsRequest) GetOtp() string
- func (*PutOnionsRequest) ProtoMessage()
- func (x *PutOnionsRequest) ProtoReflect() protoreflect.Message
- func (x *PutOnionsRequest) Reset()
- func (x *PutOnionsRequest) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pb_mixnet_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type PutOnionsRequest ¶
type PutOnionsRequest struct { Msgs [][]byte `protobuf:"bytes,1,rep,name=msgs,proto3" json:"msgs,omitempty"` Otp string `protobuf:"bytes,2,opt,name=otp,proto3" json:"otp,omitempty"` Cxid string `protobuf:"bytes,3,opt,name=cxid,proto3" json:"cxid,omitempty"` // contains filtered or unexported fields }
func (*PutOnionsRequest) Descriptor
deprecated
func (*PutOnionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use PutOnionsRequest.ProtoReflect.Descriptor instead.
func (*PutOnionsRequest) GetCxid ¶
func (x *PutOnionsRequest) GetCxid() string
func (*PutOnionsRequest) GetMsgs ¶
func (x *PutOnionsRequest) GetMsgs() [][]byte
func (*PutOnionsRequest) GetOtp ¶
func (x *PutOnionsRequest) GetOtp() string
func (*PutOnionsRequest) ProtoMessage ¶
func (*PutOnionsRequest) ProtoMessage()
func (*PutOnionsRequest) ProtoReflect ¶
func (x *PutOnionsRequest) ProtoReflect() protoreflect.Message
func (*PutOnionsRequest) Reset ¶
func (x *PutOnionsRequest) Reset()
func (*PutOnionsRequest) String ¶
func (x *PutOnionsRequest) String() string
Click to show internal directories.
Click to hide internal directories.