1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 16:29:17 +08:00
2024-05-29 03:05:09 +00:00

16 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
}