# Packages
generated code - do not edit.
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewDBLite creates a new instance of DBLite.
# Variables
this field is used during the restauration process.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
BackRepoStruct supports callback functions.
ContentAPI is the input in POST API
for POST, API, one needs the fields of the model as well as the fields from associations ("Has One" and "Has Many") that are generated to fullfill the ORM requirements for associations
swagger:model contentAPI.
ContentDB describes a content in the database
It incorporates the GORM ID, basic fields from the model (because they can be serialized), the encoded version of pointers
swagger:model contentDB.
ContentDBResponse provides response swagger:response contentDBResponse.
ContentPointersEncoding encodes pointers to Struct and reverse pointers of slice of poitners to Struct.
ContentWOP is a Content without pointers (WOP is an acronym for "Without Pointers") it holds the same basic fields but pointers are encoded into uint.
DBLite is an in-memory database implementation of DBInterface.
# Interfaces
No description provided by the author
# Type aliases
ContentDBs arrays contentDBs swagger:response contentDBsResponse.
No description provided by the author