mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Uses the extension tables from https://github.com/macadmins/osquery-extension. Co-authored-by: Zach Wasserman <zach@fleetdm.com>
7 lines
135 B
Go
7 lines
135 B
Go
//go:build !darwin
|
|
|
|
package table
|
|
|
|
import "github.com/kolide/osquery-go"
|
|
|
|
func platformTables() []osquery.OsqueryPlugin { return nil }
|