mirror of
https://github.com/henrygd/beszel.git
synced 2026-09-26 11:27:47 +02:00
12 lines
202 B
Go
12 lines
202 B
Go
//go:build !linux && !windows && !darwin
|
|
|
|
package wifi
|
|
|
|
import (
|
|
"context"
|
|
|
|
"github.com/henrygd/beszel/internal/entities/system"
|
|
)
|
|
|
|
func collect(context.Context) map[string]system.WiFi { return nil }
|