package
0.0.0-20241226210739-b9d21e3a2ed0
Repository: https://github.com/fullstack-lang/gongtone.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.
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
No description provided by the author
BackRepoStruct supports callback functions.
DBLite is an in-memory database implementation of DBInterface.
FreqencyAPI 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 freqencyAPI.
FreqencyDB describes a freqency 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 freqencyDB.
FreqencyDBResponse provides response swagger:response freqencyDBResponse.
FreqencyPointersEncoding encodes pointers to Struct and reverse pointers of slice of poitners to Struct.
FreqencyWOP is a Freqency without pointers (WOP is an acronym for "Without Pointers") it holds the same basic fields but pointers are encoded into uint.
NoteAPI 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 noteAPI.
NoteDB describes a note 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 noteDB.
NoteDBResponse provides response swagger:response noteDBResponse.
NotePointersEncoding encodes pointers to Struct and reverse pointers of slice of poitners to Struct.
NoteWOP is a Note without pointers (WOP is an acronym for "Without Pointers") it holds the same basic fields but pointers are encoded into uint.
PlayerAPI 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 playerAPI.
PlayerDB describes a player 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 playerDB.
PlayerDBResponse provides response swagger:response playerDBResponse.
PlayerPointersEncoding encodes pointers to Struct and reverse pointers of slice of poitners to Struct.
PlayerWOP is a Player 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

FreqencyDBs arrays freqencyDBs swagger:response freqencyDBsResponse.
No description provided by the author
NoteDBs arrays noteDBs swagger:response noteDBsResponse.
PlayerDBs arrays playerDBs swagger:response playerDBsResponse.