Documentation
¶
Overview ¶
Package osquery provides shared helpers for working with the osquery schema.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadTables ¶
func LoadTables(path string) ([]types.OsqueryTable, error)
LoadTables reads the osquery schema JSON file at path and returns a slice of OsqueryTable values. It mirrors the logic previously inlined in cmd/admin/utils.go loadOsqueryTables so both admin and api can share it.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.