package
0.0.0-20250122020235-60a53e6af8ad
Repository: https://github.com/fullstack-lang/gongxsd.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
this field is used during the restauration process.
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
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
No description provided by the author
BackRepoStruct supports callback functions.
BooksAPI 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 booksAPI.
BooksDB describes a books 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 booksDB.
BooksDBResponse provides response swagger:response booksDBResponse.
BooksPointersEncoding encodes pointers to Struct and reverse pointers of slice of poitners to Struct.
BooksWOP is a Books without pointers (WOP is an acronym for "Without Pointers") it holds the same basic fields but pointers are encoded into uint.
BookTypeAPI 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 booktypeAPI.
BookTypeDB describes a booktype 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 booktypeDB.
BookTypeDBResponse provides response swagger:response booktypeDBResponse.
BookTypePointersEncoding encodes pointers to Struct and reverse pointers of slice of poitners to Struct.
BookTypeWOP is a BookType without pointers (WOP is an acronym for "Without Pointers") it holds the same basic fields but pointers are encoded into uint.
CreditAPI 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 creditAPI.
CreditDB describes a credit 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 creditDB.
CreditDBResponse provides response swagger:response creditDBResponse.
CreditPointersEncoding encodes pointers to Struct and reverse pointers of slice of poitners to Struct.
CreditWOP is a Credit without pointers (WOP is an acronym for "Without Pointers") it holds the same basic fields but pointers are encoded into uint.
LinkAPI 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 linkAPI.
LinkDB describes a link 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 linkDB.
LinkDBResponse provides response swagger:response linkDBResponse.
LinkPointersEncoding encodes pointers to Struct and reverse pointers of slice of poitners to Struct.
LinkWOP is a Link 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
BooksDBs arrays booksDBs swagger:response booksDBsResponse.
BookTypeDBs arrays booktypeDBs swagger:response booktypeDBsResponse.
CreditDBs arrays creditDBs swagger:response creditDBsResponse.
No description provided by the author
LinkDBs arrays linkDBs swagger:response linkDBsResponse.