package
1.5.3
Repository: https://github.com/liangdas/mqant.git
Documentation: pkg.go.dev

# Packages

Package basemodule BaseModule定义.
* 一定要记得在confin.json配置这个模块的参数,否则无法使用 */.

# Functions

BILogDir BI日志路径.
Configure 配置路径.
Debug 只有是在调试模式下才会在控制台打印日志, 非调试模式下只在日志文件中输出日志.
KillWaitTTL specifies the interval on which to re-register.
LogDir 日志存储路径.
Nats nats配置.
Parse mqant框架是否解析环境参数.
ProcessID 进程分组ID.
RegisterInterval specifies the interval on which to re-register.
RegisterTTL specifies the TTL to use when registering the service.
Registry sets the registry for the service and the underlying components.
RPC超时时间.
单个节点RPC同时并发协程数.
Selector 路由选择器.
SetClientRPChandler 配置调用者监控器.
SetServerRPCCompleteHandler 服务RPC执行结果监控器.
SetServerRPCHandler 配置服务方监控器.
Version 应用版本.
WithBIFile Bi日志名称.
WithLogFile 日志文件名称.
WorkDir 进程工作目录.

# Structs

Options 应用级别配置项.

# Interfaces

App mqant应用定义.
Module 基本模块定义.
ProtocolMarshal 数据包装.
RPCModule RPC模块定义.
RPCSerialize 自定义参数序列化接口.
ServerSession 服务代理.

# Type aliases

ClientRPCHandler 调用方RPC监控.
Option 配置项.
ServerRPCHandler 服务方RPC监控.
ServerRPCHandler 服务方RPC监控.