clitools/pkg/system/hostname_stub.go
raw ยท 117 bytes
//go:build !linux
package system
func SetHostname(hostname string) error {
// intentionally a no-op
return nil
}
k8s image for Mono Gateway Dev Kit
raw ยท 117 bytes
//go:build !linux
package system
func SetHostname(hostname string) error {
// intentionally a no-op
return nil
}