Documentation ¶
Index ¶
- Variables
- func C2S_Ping_MessageID() v3.MessageID
- func C2S_Ping_ResponseMessageID() v3.MessageID
- func Put_C2S_Ping(i interface{})
- func Put_S2C_Pong(i interface{})
- func S2C_Pong_MessageID() v3.MessageID
- func S2C_Pong_ResponseMessageID() v3.MessageID
- type C2S_Ping
- func (m C2S_Ping) Clone() *C2S_Ping
- func (*C2S_Ping) Descriptor() ([]byte, []int)
- func (m *C2S_Ping) GetContent() string
- func (m C2S_Ping) JsonString() string
- func (m *C2S_Ping) Marshal() (dAtA []byte, err error)
- func (m *C2S_Ping) MarshalTo(dAtA []byte) (int, error)
- func (C2S_Ping) MessageID() v3.MessageID
- func (*C2S_Ping) ProtoMessage()
- func (m *C2S_Ping) Reset()
- func (m *C2S_Ping) ResetEx()
- func (C2S_Ping) ResponseMessageID() v3.MessageID
- func (m *C2S_Ping) Size() (n int)
- func (m *C2S_Ping) String() string
- func (m *C2S_Ping) Unmarshal(dAtA []byte) error
- func (C2S_Ping) V3()
- func (m *C2S_Ping) XXX_DiscardUnknown()
- func (m *C2S_Ping) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *C2S_Ping) XXX_Merge(src proto.Message)
- func (m *C2S_Ping) XXX_Size() int
- func (m *C2S_Ping) XXX_Unmarshal(b []byte) error
- type S2C_Pong
- func (m S2C_Pong) Clone() *S2C_Pong
- func (*S2C_Pong) Descriptor() ([]byte, []int)
- func (m *S2C_Pong) GetContent() string
- func (m S2C_Pong) JsonString() string
- func (m *S2C_Pong) Marshal() (dAtA []byte, err error)
- func (m *S2C_Pong) MarshalTo(dAtA []byte) (int, error)
- func (S2C_Pong) MessageID() v3.MessageID
- func (*S2C_Pong) ProtoMessage()
- func (m *S2C_Pong) Reset()
- func (m *S2C_Pong) ResetEx()
- func (S2C_Pong) ResponseMessageID() v3.MessageID
- func (m *S2C_Pong) Size() (n int)
- func (m *S2C_Pong) String() string
- func (m *S2C_Pong) Unmarshal(dAtA []byte) error
- func (S2C_Pong) V3()
- func (m *S2C_Pong) XXX_DiscardUnknown()
- func (m *S2C_Pong) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *S2C_Pong) XXX_Merge(src proto.Message)
- func (m *S2C_Pong) XXX_Size() int
- func (m *S2C_Pong) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthMsg = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowMsg = fmt.Errorf("proto: integer overflow") )
Functions ¶
func C2S_Ping_MessageID ¶
func Put_C2S_Ping ¶
func Put_C2S_Ping(i interface{})
func Put_S2C_Pong ¶
func Put_S2C_Pong(i interface{})
func S2C_Pong_MessageID ¶
Types ¶
type C2S_Ping ¶
type C2S_Ping struct {
Content string `protobuf:"bytes,1,opt,name=Content,proto3" json:"Content,omitempty"`
}
@msg=1 @response=S2C_Pong
func Clone_C2S_Ping_Slice ¶
func Get_C2S_Ping ¶
func Get_C2S_Ping() *C2S_Ping
func New_C2S_Ping ¶
func New_C2S_Ping() *C2S_Ping
func (*C2S_Ping) Descriptor ¶
func (*C2S_Ping) GetContent ¶
func (C2S_Ping) JsonString ¶
func (*C2S_Ping) ProtoMessage ¶
func (*C2S_Ping) ProtoMessage()
func (*C2S_Ping) ResetEx ¶
func (m *C2S_Ping) ResetEx()
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// message C2S_Ping begin
func (C2S_Ping) ResponseMessageID ¶
func (*C2S_Ping) XXX_DiscardUnknown ¶
func (m *C2S_Ping) XXX_DiscardUnknown()
func (*C2S_Ping) XXX_Marshal ¶
func (*C2S_Ping) XXX_Unmarshal ¶
type S2C_Pong ¶
type S2C_Pong struct {
Content string `protobuf:"bytes,1,opt,name=Content,proto3" json:"Content,omitempty"`
}
@msg=2
func Clone_S2C_Pong_Slice ¶
func Get_S2C_Pong ¶
func Get_S2C_Pong() *S2C_Pong
func New_S2C_Pong ¶
func New_S2C_Pong() *S2C_Pong
func (*S2C_Pong) Descriptor ¶
func (*S2C_Pong) GetContent ¶
func (S2C_Pong) JsonString ¶
func (*S2C_Pong) ProtoMessage ¶
func (*S2C_Pong) ProtoMessage()
func (*S2C_Pong) ResetEx ¶
func (m *S2C_Pong) ResetEx()
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// message S2C_Pong begin
func (S2C_Pong) ResponseMessageID ¶
func (*S2C_Pong) XXX_DiscardUnknown ¶
func (m *S2C_Pong) XXX_DiscardUnknown()
func (*S2C_Pong) XXX_Marshal ¶
func (*S2C_Pong) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.