Default Changelist

This commit is contained in:
PandaGoAdmin
2022-02-24 08:54:35 +08:00
parent 322639a7bc
commit 0f37cd5579
4 changed files with 49 additions and 33 deletions

View File

@@ -15,7 +15,7 @@ import (
func main() {
global.Db = starter.GormInit(config.Conf.Server.DbType)
initialize.InitTable()
Init.GetK8sClient(context.Background(), "./kubeconfig")
Init.GetK8sClient(context.Background(), "")
// gin后置 函数
ctx.UseAfterHandlerInterceptor(middleware.OperationHandler)
// gin前置 函数