fleet/orbit/pkg/table/extension_stub.go
Benjamin Edwards 879d02c219
add simple go osquery extension & readme to register orbit tables (#10795)
closes https://github.com/fleetdm/fleet/issues/10708

New osquery extension & readme that describes how to build and get
osqueryd to autoload.
2023-03-31 10:39:13 -04:00

7 lines
148 B
Go

//go:build !darwin && !windows
package table
import "github.com/osquery/osquery-go"
func PlatformTables() []osquery.OsqueryPlugin { return nil }