# 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.
this field is used during the restauration process.
this field is used during the restauration process.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
BackRepoStruct supports callback functions.
No description provided by the author
DBLite is an in-memory database implementation of DBInterface.
PredecessorAPI 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 predecessorAPI.
PredecessorDB describes a predecessor 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 predecessorDB.
PredecessorDBResponse provides response swagger:response predecessorDBResponse.
PredecessorPointersEncoding encodes pointers to Struct and reverse pointers of slice of poitners to Struct.
PredecessorWOP is a Predecessor without pointers (WOP is an acronym for "Without Pointers") it holds the same basic fields but pointers are encoded into uint.
ProjectAPI 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 projectAPI.
ProjectDB describes a project 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 projectDB.
ProjectDBResponse provides response swagger:response projectDBResponse.
ProjectPointersEncoding encodes pointers to Struct and reverse pointers of slice of poitners to Struct.
ProjectWOP is a Project without pointers (WOP is an acronym for "Without Pointers") it holds the same basic fields but pointers are encoded into uint.
TaskAPI 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 taskAPI.
TaskDB describes a task 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 taskDB.
TaskDBResponse provides response swagger:response taskDBResponse.
TaskPointersEncoding encodes pointers to Struct and reverse pointers of slice of poitners to Struct.
TaskWOP is a Task without pointers (WOP is an acronym for "Without Pointers") it holds the same basic fields but pointers are encoded into uint.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
PredecessorDBs arrays predecessorDBs swagger:response predecessorDBsResponse.
ProjectDBs arrays projectDBs swagger:response projectDBsResponse.
TaskDBs arrays taskDBs swagger:response taskDBsResponse.