mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
closes https://github.com/fleetdm/fleet/issues/10708 New osquery extension & readme that describes how to build and get osqueryd to autoload.
7 lines
148 B
Go
7 lines
148 B
Go
//go:build !darwin && !windows
|
|
|
|
package table
|
|
|
|
import "github.com/osquery/osquery-go"
|
|
|
|
func PlatformTables() []osquery.OsqueryPlugin { return nil }
|