1Panel/backend/utils/xpack/xpack.go
ssongliu 8fc708be97
Some checks failed
Build / SonarCloud (push) Failing after -4m45s
sync2gitee / repo-sync (push) Failing after -4m48s
Build Test / build-linux-binary (push) Failing after 8s
feat: 增加服务器代理设置 (#5189)
2024-05-29 03:05:09 +00:00

15 lines
216 B
Go

//go:build !xpack
package xpack
import "net/http"
func RemoveTamper(website string) {}
func LoadRequestTransport() (bool, *http.Transport) {
return false, nil
}
func LoadGpuInfo() []interface{} {
return nil
}