package
0.0.0-20230504082417-bff952498ac4
Repository: https://github.com/tupyy/tinyedge-controller.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
ColumnInfo describes a column in the database table.
Configuration struct is a row record of the configuration table in the tinyedge database.
ConfigurationCache struct is a row record of the configuration_cache table in the tinyedge database.
Device struct is a row record of the device table in the tinyedge database.
No description provided by the author
DeviceSet struct is a row record of the device_set table in the tinyedge database.
DevicesManifests struct is a row record of the devices_manifests table in the tinyedge database.
Manifest struct is a row record of the manifest table in the tinyedge database.
No description provided by the author
Namespace struct is a row record of the namespace table in the tinyedge database.
No description provided by the author
NamespacesManifests struct is a row record of the namespaces_manifests table in the tinyedge database.
Reference struct is a row record of the reference table in the tinyedge database.
Repo struct is a row record of the repo table in the tinyedge database.
Secret struct is a row record of the secret table in the tinyedge database.
SecretsManifests struct is a row record of the secrets_manifests table in the tinyedge database.
No description provided by the author
SetsManifests struct is a row record of the sets_manifests table in the tinyedge database.
TableInfo describes a table in the database.
# Interfaces
Model interface methods for database structs generated.
# Type aliases
Action CRUD actions.