package
0.0.0-20250122020234-8b0951eeac50
Repository: https://github.com/fullstack-lang/gongthree.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
BackRepoStruct supports callback functions.
No description provided by the author
BezierCurveAPI 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 beziercurveAPI.
BezierCurveDB describes a beziercurve 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 beziercurveDB.
BezierCurveDBResponse provides response swagger:response beziercurveDBResponse.
BezierCurvePointersEncoding encodes pointers to Struct and reverse pointers of slice of poitners to Struct.
BezierCurveWOP is a BezierCurve without pointers (WOP is an acronym for "Without Pointers") it holds the same basic fields but pointers are encoded into uint.
BezierSegmentAPI 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 beziersegmentAPI.
BezierSegmentDB describes a beziersegment 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 beziersegmentDB.
BezierSegmentDBResponse provides response swagger:response beziersegmentDBResponse.
BezierSegmentPointersEncoding encodes pointers to Struct and reverse pointers of slice of poitners to Struct.
BezierSegmentWOP is a BezierSegment 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.
Vector2API 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 vector2API.
Vector2DB describes a vector2 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 vector2DB.
Vector2DBResponse provides response swagger:response vector2DBResponse.
Vector2PointersEncoding encodes pointers to Struct and reverse pointers of slice of poitners to Struct.
Vector2WOP is a Vector2 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
BezierCurveDBs arrays beziercurveDBs swagger:response beziercurveDBsResponse.
BezierSegmentDBs arrays beziersegmentDBs swagger:response beziersegmentDBsResponse.
No description provided by the author
Vector2DBs arrays vector2DBs swagger:response vector2DBsResponse.