fleet/orbit/pkg/table/extension_stub.go
2023-11-01 20:11:35 -06:00

10 lines
280 B
Go

//go:build !darwin && !windows && !linux
// Currently (2021/10/26) this file is not needed. However, keeping this around for potential
// expansion to other OSs.
package table
import "github.com/osquery/osquery-go"
func PlatformTables() []osquery.OsqueryPlugin { return nil }