Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Conf = Config{}
Conf 全局配置结构体
Functions ¶
Types ¶
type Config ¶
type Config struct {
RpcLog bool `json:"rpc_log"`
Module map[string][]*ModuleSettings `json:"module"`
Nats Nats `json:"nats"`
Settings map[string]any `json:"settings"`
Log map[string]any `json:"log"` // 不用定制
BI map[string]any `json:"bi"` // 不用定制
}
Config 配置结构体
Click to show internal directories.
Click to hide internal directories.