1Panel/core/utils/xpack/xpack.go
ssonglius11 9f4d9a3f00
Some checks failed
sync2gitee / repo-sync (push) Failing after -7m22s
fix: 修改提交忽略项
2024-08-02 18:33:06 +08:00

11 lines
143 B
Go

//go:build !xpack
package xpack
import (
"github.com/gin-gonic/gin"
)
func Proxy(c *gin.Context, currentNode string) error {
return nil
}