Documentation
¶
Index ¶
- Variables
- type ExtraInfo
- func (i *ExtraInfo) Decode(reader *bufio.Reader) error
- func (*ExtraInfo) Descriptor() ([]byte, []int)
- func (i *ExtraInfo) Encode() ([]byte, error)
- func (m *ExtraInfo) GetClientAddr() string
- func (m *ExtraInfo) GetConnectionID() uint32
- func (m *ExtraInfo) GetInternalConn() bool
- func (m *ExtraInfo) GetLabel() map[string]string
- func (m *ExtraInfo) GetSalt() []byte
- func (m *ExtraInfo) Marshal() (dAtA []byte, err error)
- func (m *ExtraInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *ExtraInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ExtraInfo) ProtoMessage()
- func (m *ExtraInfo) Reset()
- func (m *ExtraInfo) Size() (n int)
- func (m *ExtraInfo) String() string
- func (m *ExtraInfo) Unmarshal(dAtA []byte) error
- func (m *ExtraInfo) XXX_DiscardUnknown()
- func (m *ExtraInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExtraInfo) XXX_Merge(src proto.Message)
- func (m *ExtraInfo) XXX_Size() int
- func (m *ExtraInfo) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ExtraInfo ¶ added in v1.0.0
type ExtraInfo struct { Salt []byte `protobuf:"bytes,1,opt,name=Salt,proto3" json:"Salt,omitempty"` InternalConn bool `protobuf:"varint,2,opt,name=InternalConn,proto3" json:"InternalConn,omitempty"` ConnectionID uint32 `protobuf:"varint,3,opt,name=ConnectionID,proto3" json:"ConnectionID,omitempty"` Label map[string]string `` /* 151-byte string literal not displayed */ ClientAddr string `protobuf:"bytes,5,opt,name=ClientAddr,proto3" json:"ClientAddr,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExtraInfo) Descriptor ¶ added in v1.1.3
func (*ExtraInfo) GetClientAddr ¶ added in v1.1.3
func (*ExtraInfo) GetConnectionID ¶ added in v1.1.3
func (*ExtraInfo) GetInternalConn ¶ added in v1.1.3
func (*ExtraInfo) MarshalToSizedBuffer ¶ added in v1.1.3
func (*ExtraInfo) ProtoMessage ¶ added in v1.1.3
func (*ExtraInfo) ProtoMessage()
func (*ExtraInfo) XXX_DiscardUnknown ¶ added in v1.1.3
func (m *ExtraInfo) XXX_DiscardUnknown()
func (*ExtraInfo) XXX_Marshal ¶ added in v1.1.3
func (*ExtraInfo) XXX_Unmarshal ¶ added in v1.1.3
Click to show internal directories.
Click to hide internal directories.