package
0.0.0-20250215103308-3df18bc4ca0c
Repository: https://github.com/thomaspeugeot/bistack.git
Documentation: pkg.go.dev
# 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.
BarAPI 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 barAPI.
BarDB describes a bar 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 barDB.
BarDBResponse provides response swagger:response barDBResponse.
BarPointersEncoding encodes pointers to Struct and reverse pointers of slice of poitners to Struct.
BarWOP is a Bar 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