build fix on FreeBSD (#3132)
Some checks failed
golangci-lint / lint (push) Has been cancelled

Signed-off-by: Steve Wills <steve@mouf.net>
This commit is contained in:
Steve Wills 2024-09-24 02:25:48 +00:00 committed by GitHub
parent a37174eccf
commit 71d9b6c061
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,3 +70,7 @@ func getNetDevStats(filter *deviceFilter, logger *slog.Logger) (netDevStats, err
return netDev, nil
}
func getNetDevLabels() (map[string]map[string]string, error) {
return nil, nil
}