mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-12-16 18:09:01 +08:00
16 lines
216 B
Go
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
|
|
}
|