package
0.0.0-20210123174331-d4a3eb335974
Repository: https://github.com/bradleyjkemp/osquery-go.git
Documentation: pkg.go.dev
# Functions
GenerateRows allows you to provide a function that is used by OSQuery to fulfill SELECT SQL statements.
InsertRow allows you to provide a function that is used by OSQuery to fulfill INSERT SQL statements.
No description provided by the author
UpdateRow allows you to provide a function that is used by OSQuery to fulfill UPDATE SQL statements.
# 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.
# Interfaces
No description provided by the author
# Type aliases
ColumnType is a strongly typed representation of the data type string for a column definition.
No description provided by the author
No description provided by the author
Operator is an enum of the osquery operators.
No description provided by the author
No description provided by the author
No description provided by the author