package
0.0.1
Repository: https://github.com/ztalab/zaca.git
Documentation: pkg.go.dev

# Functions

GetTableInfo retrieve TableInfo for a table.

# Variables

Create action when record is created.
Delete action when record is deleted in db.
FetchDDL action when fetching ddl info from db.
RetrieveMany action when record(s) are retrieved from db.
RetrieveOne action when a record is retrieved from db.
Update action when record is updated in db.

# Structs

Certificates struct is a row record of the certificates table in the cap database.
ColumnInfo describes a column in the database table.
Forbid struct is a row record of the forbid table in the cap database.
OcspResponses struct is a row record of the ocsp_responses table in the cap database.
SelfKeypair struct is a row record of the self_keypair table in the cap database.
TableInfo describes a table in the database.

# Interfaces

Model interface methods for database structs generated.

# Type aliases

Action CRUD actions.