package
0.0.0-20240901080240-38a32fc67762
Repository: https://github.com/fullstack-lang/gong.git
Documentation: pkg.go.dev

# 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

# Variables

No description provided by the author
No description provided by the author
this field is used during the restauration process.
this field is used during the restauration process.

# Structs

AAPI 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 aAPI.
ADB describes a a 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 aDB.
ADBResponse provides response swagger:response aDBResponse.
APointersEncoding encodes pointers to Struct and reverse pointers of slice of poitners to Struct.
AWOP is a A without pointers (WOP is an acronym for "Without Pointers") it holds the same basic fields but pointers are encoded into uint.
No description provided by the author
No description provided by the author
No description provided by the author
BackRepoStruct supports callback functions.
BAPI 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 bAPI.
BDB describes a b 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 bDB.
BDBResponse provides response swagger:response bDBResponse.
BPointersEncoding encodes pointers to Struct and reverse pointers of slice of poitners to Struct.
BWOP is a B 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

ADBs arrays aDBs swagger:response aDBsResponse.
BDBs arrays bDBs swagger:response bDBsResponse.
No description provided by the author