Documentation
¶
Index ¶
Constants ¶
View Source
const PackageName = "core.sentinel"
PackageName 设置包名
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
AppName string `json:"appName"` // 应用名,默认从ego框架内部获取
LogPath string `json:"logPath"` // 日志路径,默认./logs
FlowRulesFile string `json:"flowRulesFile"` // 限流配置路径
}
Config 配置
Click to show internal directories.
Click to hide internal directories.