Documentation ¶
Index ¶
- func NewNoOpConnectionHeader(context.Context, interface{}) (interface{}, error)
- func NewNoOpHeader(context.Context, interface{}) (interface{}, error)
- type Config
- func (*Config) Descriptor() ([]byte, []int)
- func (*Config) ProtoMessage()
- func (m *Config) Reset()
- func (m *Config) String() string
- func (m *Config) XXX_DiscardUnknown()
- func (m *Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Config) XXX_Merge(src proto.Message)
- func (m *Config) XXX_Size() int
- func (m *Config) XXX_Unmarshal(b []byte) error
- type ConnectionConfig
- func (*ConnectionConfig) Descriptor() ([]byte, []int)
- func (*ConnectionConfig) ProtoMessage()
- func (m *ConnectionConfig) Reset()
- func (m *ConnectionConfig) String() string
- func (m *ConnectionConfig) XXX_DiscardUnknown()
- func (m *ConnectionConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConnectionConfig) XXX_Merge(src proto.Message)
- func (m *ConnectionConfig) XXX_Size() int
- func (m *ConnectionConfig) XXX_Unmarshal(b []byte) error
- type NoOpConnectionHeader
- type NoOpHeader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNoOpConnectionHeader ¶
func NewNoOpHeader ¶
Types ¶
type Config ¶
type Config struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Config) Descriptor ¶
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
func (*Config) XXX_DiscardUnknown ¶
func (m *Config) XXX_DiscardUnknown()
func (*Config) XXX_Marshal ¶
func (*Config) XXX_Unmarshal ¶
type ConnectionConfig ¶
type ConnectionConfig struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ConnectionConfig) Descriptor ¶
func (*ConnectionConfig) Descriptor() ([]byte, []int)
func (*ConnectionConfig) ProtoMessage ¶
func (*ConnectionConfig) ProtoMessage()
func (*ConnectionConfig) Reset ¶
func (m *ConnectionConfig) Reset()
func (*ConnectionConfig) String ¶
func (m *ConnectionConfig) String() string
func (*ConnectionConfig) XXX_DiscardUnknown ¶
func (m *ConnectionConfig) XXX_DiscardUnknown()
func (*ConnectionConfig) XXX_Marshal ¶
func (m *ConnectionConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ConnectionConfig) XXX_Merge ¶
func (m *ConnectionConfig) XXX_Merge(src proto.Message)
func (*ConnectionConfig) XXX_Size ¶
func (m *ConnectionConfig) XXX_Size() int
func (*ConnectionConfig) XXX_Unmarshal ¶
func (m *ConnectionConfig) XXX_Unmarshal(b []byte) error
type NoOpConnectionHeader ¶
type NoOpConnectionHeader struct{}
type NoOpHeader ¶
type NoOpHeader struct{}
func (NoOpHeader) Serialize ¶
func (NoOpHeader) Serialize([]byte)
Serialize implements PacketHeader.
func (NoOpHeader) Size ¶
func (NoOpHeader) Size() int32
Click to show internal directories.
Click to hide internal directories.