1 Star 0 Fork 0

nggs/micro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.go 373 Bytes
一键复制 编辑 原始数据 按行查看 历史
李文建 提交于 2020-04-18 17:19 +08:00 . 持续完善
package export
import "time"
type AppID = int
type IAppConfig interface {
IConfig
GetPprofIP() string
GetPprofPort() int
GetEndpointIP() string
GetEndpointPort() int
GetServiceConfigs() []IServiceConfig
GetLogDir() string
GetStartServiceIntervalMillisecond() time.Duration
GetStopServiceIntervalMillisecond() time.Duration
GetExitWaitSecond() time.Duration
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/nggs/micro.git
git@gitee.com:nggs/micro.git
nggs
micro
micro
bac99dff65eb

搜索帮助