mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-07 04:21:25 +08:00
Default Changelist
This commit is contained in:
2
main.go
2
main.go
@@ -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前置 函数
|
||||
|
||||
Reference in New Issue
Block a user