package
6.6.0
Repository: https://github.com/lxc/incus.git
Documentation: pkg.go.dev

# Functions

FieldNames returns the names of the given fields.
UpdateSchema updates the schema.go file of the cluster and node databases.

# Constants

Possible type code.
Possible type code.
Possible type code.

# Variables

AssociationTable represents the type for an entity that associates two other entities.
EntityTable represents the type for any entity that maps to a Go struct.
MapTable represents the type for a table storing key/value pairs.
ReferenceTable represents the type for for any entity that contains an 'entity_id' field mapping to a parent entity.

# Structs

Field holds all information about a field in a Go struct that is relevant for database code generation.
Mapping holds information for mapping database tables to a Go structure.
Type holds all information about a field in a field type that is relevant for database code generation.

# Type aliases

TableType represents the logical type of the table defined by the Go struct.