3 Star 31 Fork 1

刘丹冰Aceld/kis-flow

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
kis_global_config.go 679 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘丹冰Aceld 提交于 2024-04-15 17:50 +08:00 . add golang golint, workerflow
package config
// KisGlobalConfig represents the global configuration for KisFlow
type KisGlobalConfig struct {
// KisType Global is the global configuration for kisflow
KisType string `yaml:"kistype"`
// EnableProm indicates whether to start Prometheus monitoring
EnableProm bool `yaml:"prometheus_enable"`
// PrometheusListen indicates whether kisflow needs to start a separate port for listening
PrometheusListen bool `yaml:"prometheus_listen"`
// PrometheusServe is the address for Prometheus scraping
PrometheusServe string `yaml:"prometheus_serve"`
}
// GlobalConfig is the default global configuration, all are set to off
var GlobalConfig = new(KisGlobalConfig)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/Aceld/kis-flow.git
git@gitee.com:Aceld/kis-flow.git
Aceld
kis-flow
kis-flow
master

搜索帮助