4 Star 18 Fork 3

cristiane / micro-mall-pay

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 555 Bytes
一键复制 编辑 原始数据 按行查看 历史
cristiane 提交于 2020-09-19 17:08 . 初始
package main
import (
"gitee.com/cristiane/micro-mall-pay/startup"
"gitee.com/kelvins-io/kelvins"
"gitee.com/kelvins-io/kelvins/app"
)
const APP_NAME = "micro-mall-pay"
func main() {
application := &kelvins.GRPCApplication{
Application: &kelvins.Application{
LoadConfig: startup.LoadConfig,
SetupVars: startup.SetupVars,
Name: APP_NAME,
},
RegisterGRPCServer: startup.RegisterGRPCServer,
RegisterGateway: startup.RegisterGateway,
RegisterHttpRoute: startup.RegisterHttpRoute,
}
app.RunGRPCApplication(application)
}
Go
1
https://gitee.com/cristiane/micro-mall-pay.git
git@gitee.com:cristiane/micro-mall-pay.git
cristiane
micro-mall-pay
micro-mall-pay
master

搜索帮助