package
0.0.0-20240325102905-c91824a6ecb7
Repository: https://github.com/linkha/automatix.git
Documentation: pkg.go.dev

# Constants

No description provided by the author
Zinx standard packing and unpacking method (Zinx 标准封包和拆包方式).
No description provided by the author
Zinx default standard message protocol format(Zinx 默认标准报文协议格式).

# Structs

No description provided by the author
No description provided by the author
ILengthField Basic attributes possessed by ILengthField (具备的基础属性).

# Interfaces

Responsibility chain (责任链).
No description provided by the author
// Define connection interface.
IConnManager Connection Management Abstract Layer */.
Input data for interceptor (拦截器输入数据).
Output data for interceptor (拦截器输出数据).
IDataPack Package and unpack data.
No description provided by the author
No description provided by the author
IFuncRequest function message interface (函数消息接口).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Interceptor (拦截器).
IMessage Package iface defines an abstract interface for encapsulating a request message into a message.
IMsgHandle Abstract layer of message management(消息管理抽象层).
No description provided by the author
IRequest interface: It actually packages the connection information and request data of the client request into Request (实际上是把客户端请求的链接信息 和 请求的数据 包装到了 Request里).
IRouter is the interface for message routing.
No description provided by the author
Defines the server interface.

# Type aliases

No description provided by the author
HeartBeatFunc User-defined heartbeat function (用户自定义心跳函数).
User-defined method for handling heartbeat detection messages (用户自定义的心跳检测消息处理方法).
OnRemoteNotAlive User-defined method for handling remote connections that are not alive 用户自定义的远程连接不存活时的处理方法.
RouterHandler is a method slice collection style router.