Documentation ¶
Index ¶
- type MetadataExchange
- func (*MetadataExchange) Descriptor() ([]byte, []int)
- func (m *MetadataExchange) GetProtocol() string
- func (*MetadataExchange) ProtoMessage()
- func (m *MetadataExchange) Reset()
- func (m *MetadataExchange) String() string
- func (m *MetadataExchange) XXX_DiscardUnknown()
- func (m *MetadataExchange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MetadataExchange) XXX_Merge(src proto.Message)
- func (m *MetadataExchange) XXX_Size() int
- func (m *MetadataExchange) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetadataExchange ¶
type MetadataExchange struct { Protocol string `protobuf:"bytes,1,opt,name=protocol,proto3" json:"protocol,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MetadataExchange) Descriptor ¶
func (*MetadataExchange) Descriptor() ([]byte, []int)
func (*MetadataExchange) GetProtocol ¶
func (m *MetadataExchange) GetProtocol() string
func (*MetadataExchange) ProtoMessage ¶
func (*MetadataExchange) ProtoMessage()
func (*MetadataExchange) Reset ¶
func (m *MetadataExchange) Reset()
func (*MetadataExchange) String ¶
func (m *MetadataExchange) String() string
func (*MetadataExchange) XXX_DiscardUnknown ¶
func (m *MetadataExchange) XXX_DiscardUnknown()
func (*MetadataExchange) XXX_Marshal ¶
func (m *MetadataExchange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MetadataExchange) XXX_Merge ¶
func (m *MetadataExchange) XXX_Merge(src proto.Message)
func (*MetadataExchange) XXX_Size ¶
func (m *MetadataExchange) XXX_Size() int
func (*MetadataExchange) XXX_Unmarshal ¶
func (m *MetadataExchange) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.