package
0.0.0-20231130195733-61ac79279aaa
Repository: https://github.com/osquery/osquery-go.git
Documentation: pkg.go.dev
# Functions
BigIntColumn is a helper for defining columns containing big integers.
DoubleColumn is a helper for defining columns containing floating point values.
IntegerColumn is a helper for defining columns containing integers.
No description provided by the author
TextColumn is a helper for defining columns containing strings.
# Constants
The following column types are defined in osquery tables.h.
The following column types are defined in osquery tables.h.
The following column types are defined in osquery tables.h.
The following column types are defined in osquery tables.h.
The following operators are dfined in osquery tables.h.
The following operators are dfined in osquery tables.h.
The following operators are dfined in osquery tables.h.
The following operators are dfined in osquery tables.h.
The following operators are dfined in osquery tables.h.
The following operators are dfined in osquery tables.h.
The following operators are dfined in osquery tables.h.
The following operators are dfined in osquery tables.h.
The following operators are dfined in osquery tables.h.
The following operators are dfined in osquery tables.h.
# Structs
ColumnDefinition defines the relevant information for a column in a table plugin.
Constraint contains both an operator and an expression that are applied as constraints in the query.
ConstraintList contains the details of the constraints for the given column.
No description provided by the author
QueryContext contains the constraints from the WHERE clause of the query, that can optionally be used to optimize the table generation.
# Type aliases
ColumnType is a strongly typed representation of the data type string for a column definition.
Generate returns the rows generated by the table.
Operator is an enum of the osquery operators.