api

package
v1.8.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JsonHead

type JsonHead struct {
	Id             int64
	SocketId       uint32
	SrcClusterId   uint32
	ClusterId      uint32
	DestServerType int32
	SendType       int32
	ActorName      string
	Reply          string
	Code           int32
	Msg            string
	Token          string
}

type JsonPacket

type JsonPacket struct {
	FuncName string
	Head     *JsonHead
	Data     interface{}
}

type Packet

type Packet struct {
	Id         uint32
	Reply      string
	Buff       []byte
	JsonPacket *JsonPacket
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL