package
0.0.0-20240901231009-eb42921377a1
Repository: https://github.com/strrl/kubernetes-auditing-dashboard.git
Documentation: pkg.go.dev

# Functions

Create creates all table resources using the given schema driver.
NewSchema creates a new schema client.

# Variables

AuditEventsColumns holds the columns for the "audit_events" table.
AuditEventsTable holds the schema information for the "audit_events" table.
ResourceKindsColumns holds the columns for the "resource_kinds" table.
ResourceKindsTable holds the schema information for the "resource_kinds" table.
Tables holds all the tables in the schema.
ViewsColumns holds the columns for the "views" table.
ViewsTable holds the schema information for the "views" table.
WithDropColumn sets the drop column option to the migration.
WithDropIndex sets the drop index option to the migration.
WithForeignKeys enables creating foreign-key in schema DDL.
WithGlobalUniqueID sets the universal ids options to the migration.

# Structs

Schema is the API for creating, migrating and dropping a schema.