Home
last modified time | relevance | path

Searched defs:ControlIHave (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-pubsub/pb/
H A Drpc.pb.go387 type ControlIHave struct { struct
391 XXX_NoUnkeyedLiteral struct{} `json:"-"`
392 XXX_unrecognized []byte `json:"-"`
393 XXX_sizecache int32 `json:"-"`
398 func (*ControlIHave) ProtoMessage() {}
399 func (*ControlIHave) Descriptor() ([]byte, []int) {
420 func (m *ControlIHave) XXX_Size() int {
423 func (m *ControlIHave) XXX_DiscardUnknown() {
429 func (m *ControlIHave) GetTopicID() string {
436 func (m *ControlIHave) GetMessageIDs() []string {
[all …]
H A Drpc.proto33 message ControlIHave { message
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-pubsub/
H A Dcomm.go180 ihave []*pb.ControlIHave,