Documentation ¶
Index ¶
- Variables
- type PullGossipRequest
- func (*PullGossipRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PullGossipRequest) GetFilter() []byte
- func (x *PullGossipRequest) GetSalt() []byte
- func (*PullGossipRequest) ProtoMessage()
- func (x *PullGossipRequest) ProtoReflect() protoreflect.Message
- func (x *PullGossipRequest) Reset()
- func (x *PullGossipRequest) String() string
- type PullGossipResponse
- func (*PullGossipResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PullGossipResponse) GetGossip() [][]byte
- func (*PullGossipResponse) ProtoMessage()
- func (x *PullGossipResponse) ProtoReflect() protoreflect.Message
- func (x *PullGossipResponse) Reset()
- func (x *PullGossipResponse) String() string
- type PushGossip
Constants ¶
This section is empty.
Variables ¶
View Source
var File_sdk_sdk_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type PullGossipRequest ¶
type PullGossipRequest struct { Salt []byte `protobuf:"bytes,2,opt,name=salt,proto3" json:"salt,omitempty"` Filter []byte `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
func (*PullGossipRequest) Descriptor
deprecated
func (*PullGossipRequest) Descriptor() ([]byte, []int)
Deprecated: Use PullGossipRequest.ProtoReflect.Descriptor instead.
func (*PullGossipRequest) GetFilter ¶
func (x *PullGossipRequest) GetFilter() []byte
func (*PullGossipRequest) GetSalt ¶
func (x *PullGossipRequest) GetSalt() []byte
func (*PullGossipRequest) ProtoMessage ¶
func (*PullGossipRequest) ProtoMessage()
func (*PullGossipRequest) ProtoReflect ¶
func (x *PullGossipRequest) ProtoReflect() protoreflect.Message
func (*PullGossipRequest) Reset ¶
func (x *PullGossipRequest) Reset()
func (*PullGossipRequest) String ¶
func (x *PullGossipRequest) String() string
type PullGossipResponse ¶
type PullGossipResponse struct { Gossip [][]byte `protobuf:"bytes,1,rep,name=gossip,proto3" json:"gossip,omitempty"` // contains filtered or unexported fields }
func (*PullGossipResponse) Descriptor
deprecated
func (*PullGossipResponse) Descriptor() ([]byte, []int)
Deprecated: Use PullGossipResponse.ProtoReflect.Descriptor instead.
func (*PullGossipResponse) GetGossip ¶
func (x *PullGossipResponse) GetGossip() [][]byte
func (*PullGossipResponse) ProtoMessage ¶
func (*PullGossipResponse) ProtoMessage()
func (*PullGossipResponse) ProtoReflect ¶
func (x *PullGossipResponse) ProtoReflect() protoreflect.Message
func (*PullGossipResponse) Reset ¶
func (x *PullGossipResponse) Reset()
func (*PullGossipResponse) String ¶
func (x *PullGossipResponse) String() string
type PushGossip ¶ added in v1.10.18
type PushGossip struct { Gossip [][]byte `protobuf:"bytes,1,rep,name=gossip,proto3" json:"gossip,omitempty"` // contains filtered or unexported fields }
func (*PushGossip) Descriptor
deprecated
added in
v1.10.18
func (*PushGossip) Descriptor() ([]byte, []int)
Deprecated: Use PushGossip.ProtoReflect.Descriptor instead.
func (*PushGossip) GetGossip ¶ added in v1.10.18
func (x *PushGossip) GetGossip() [][]byte
func (*PushGossip) ProtoMessage ¶ added in v1.10.18
func (*PushGossip) ProtoMessage()
func (*PushGossip) ProtoReflect ¶ added in v1.10.18
func (x *PushGossip) ProtoReflect() protoreflect.Message
func (*PushGossip) Reset ¶ added in v1.10.18
func (x *PushGossip) Reset()
func (*PushGossip) String ¶ added in v1.10.18
func (x *PushGossip) String() string
Click to show internal directories.
Click to hide internal directories.