Documentation
¶
Index ¶
- type RecvBroadcast
- func (*RecvBroadcast) Descriptor() ([]byte, []int)
- func (m *RecvBroadcast) GetMessage() string
- func (m *RecvBroadcast) GetSender() string
- func (*RecvBroadcast) ProtoMessage()
- func (m *RecvBroadcast) Reset()
- func (m *RecvBroadcast) String() string
- func (m *RecvBroadcast) XXX_DiscardUnknown()
- func (m *RecvBroadcast) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RecvBroadcast) XXX_Merge(src proto.Message)
- func (m *RecvBroadcast) XXX_Size() int
- func (m *RecvBroadcast) XXX_Unmarshal(b []byte) error
- type RecvChat
- func (*RecvChat) Descriptor() ([]byte, []int)
- func (m *RecvChat) GetMessage() string
- func (m *RecvChat) GetUsername() string
- func (*RecvChat) ProtoMessage()
- func (m *RecvChat) Reset()
- func (m *RecvChat) String() string
- func (m *RecvChat) XXX_DiscardUnknown()
- func (m *RecvChat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RecvChat) XXX_Merge(src proto.Message)
- func (m *RecvChat) XXX_Size() int
- func (m *RecvChat) XXX_Unmarshal(b []byte) error
- type RegisterClient
- func (*RegisterClient) Descriptor() ([]byte, []int)
- func (m *RegisterClient) GetName() string
- func (m *RegisterClient) GetVersion() int32
- func (*RegisterClient) ProtoMessage()
- func (m *RegisterClient) Reset()
- func (m *RegisterClient) String() string
- func (m *RegisterClient) XXX_DiscardUnknown()
- func (m *RegisterClient) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RegisterClient) XXX_Merge(src proto.Message)
- func (m *RegisterClient) XXX_Size() int
- func (m *RegisterClient) XXX_Unmarshal(b []byte) error
- type SendChat
- func (*SendChat) Descriptor() ([]byte, []int)
- func (m *SendChat) GetMessage() string
- func (*SendChat) ProtoMessage()
- func (m *SendChat) Reset()
- func (m *SendChat) String() string
- func (m *SendChat) XXX_DiscardUnknown()
- func (m *SendChat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SendChat) XXX_Merge(src proto.Message)
- func (m *SendChat) XXX_Size() int
- func (m *SendChat) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RecvBroadcast ¶
type RecvBroadcast struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RecvBroadcast) Descriptor ¶
func (*RecvBroadcast) Descriptor() ([]byte, []int)
func (*RecvBroadcast) GetMessage ¶
func (m *RecvBroadcast) GetMessage() string
func (*RecvBroadcast) GetSender ¶
func (m *RecvBroadcast) GetSender() string
func (*RecvBroadcast) ProtoMessage ¶
func (*RecvBroadcast) ProtoMessage()
func (*RecvBroadcast) Reset ¶
func (m *RecvBroadcast) Reset()
func (*RecvBroadcast) String ¶
func (m *RecvBroadcast) String() string
func (*RecvBroadcast) XXX_DiscardUnknown ¶
func (m *RecvBroadcast) XXX_DiscardUnknown()
func (*RecvBroadcast) XXX_Marshal ¶
func (m *RecvBroadcast) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RecvBroadcast) XXX_Merge ¶
func (m *RecvBroadcast) XXX_Merge(src proto.Message)
func (*RecvBroadcast) XXX_Size ¶
func (m *RecvBroadcast) XXX_Size() int
func (*RecvBroadcast) XXX_Unmarshal ¶
func (m *RecvBroadcast) XXX_Unmarshal(b []byte) error
type RecvChat ¶
type RecvChat struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RecvChat) Descriptor ¶
func (*RecvChat) GetMessage ¶
func (*RecvChat) GetUsername ¶
func (*RecvChat) ProtoMessage ¶
func (*RecvChat) ProtoMessage()
func (*RecvChat) XXX_DiscardUnknown ¶
func (m *RecvChat) XXX_DiscardUnknown()
func (*RecvChat) XXX_Marshal ¶
func (*RecvChat) XXX_Unmarshal ¶
type RegisterClient ¶
type RegisterClient struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Version int32 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RegisterClient) Descriptor ¶
func (*RegisterClient) Descriptor() ([]byte, []int)
func (*RegisterClient) GetName ¶
func (m *RegisterClient) GetName() string
func (*RegisterClient) GetVersion ¶
func (m *RegisterClient) GetVersion() int32
func (*RegisterClient) ProtoMessage ¶
func (*RegisterClient) ProtoMessage()
func (*RegisterClient) Reset ¶
func (m *RegisterClient) Reset()
func (*RegisterClient) String ¶
func (m *RegisterClient) String() string
func (*RegisterClient) XXX_DiscardUnknown ¶
func (m *RegisterClient) XXX_DiscardUnknown()
func (*RegisterClient) XXX_Marshal ¶
func (m *RegisterClient) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RegisterClient) XXX_Merge ¶
func (m *RegisterClient) XXX_Merge(src proto.Message)
func (*RegisterClient) XXX_Size ¶
func (m *RegisterClient) XXX_Size() int
func (*RegisterClient) XXX_Unmarshal ¶
func (m *RegisterClient) XXX_Unmarshal(b []byte) error
type SendChat ¶
type SendChat struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SendChat) Descriptor ¶
func (*SendChat) GetMessage ¶
func (*SendChat) ProtoMessage ¶
func (*SendChat) ProtoMessage()
func (*SendChat) XXX_DiscardUnknown ¶
func (m *SendChat) XXX_DiscardUnknown()
func (*SendChat) XXX_Marshal ¶
func (*SendChat) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.