package
0.0.0-20240807014722-b30759bf7f90
Repository: https://github.com/fullstack-lang/gongsim.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.
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
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
No description provided by the author
BackRepoStruct supports callback functions.
DummyAgentAPI 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 dummyagentAPI.
DummyAgentDB describes a dummyagent 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 dummyagentDB.
DummyAgentDBResponse provides response swagger:response dummyagentDBResponse.
DummyAgentPointersEncoding encodes pointers to Struct and reverse pointers of slice of poitners to Struct.
DummyAgentWOP is a DummyAgent without pointers (WOP is an acronym for "Without Pointers") it holds the same basic fields but pointers are encoded into uint.
EngineAPI 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 engineAPI.
EngineDB describes a engine 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 engineDB.
EngineDBResponse provides response swagger:response engineDBResponse.
EnginePointersEncoding encodes pointers to Struct and reverse pointers of slice of poitners to Struct.
EngineWOP is a Engine without pointers (WOP is an acronym for "Without Pointers") it holds the same basic fields but pointers are encoded into uint.
EventAPI 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 eventAPI.
EventDB describes a event 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 eventDB.
EventDBResponse provides response swagger:response eventDBResponse.
EventPointersEncoding encodes pointers to Struct and reverse pointers of slice of poitners to Struct.
EventWOP is a Event without pointers (WOP is an acronym for "Without Pointers") it holds the same basic fields but pointers are encoded into uint.
GongsimCommandAPI 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 gongsimcommandAPI.
GongsimCommandDB describes a gongsimcommand 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 gongsimcommandDB.
GongsimCommandDBResponse provides response swagger:response gongsimcommandDBResponse.
GongsimCommandPointersEncoding encodes pointers to Struct and reverse pointers of slice of poitners to Struct.
GongsimCommandWOP is a GongsimCommand without pointers (WOP is an acronym for "Without Pointers") it holds the same basic fields but pointers are encoded into uint.
GongsimStatusAPI 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 gongsimstatusAPI.
GongsimStatusDB describes a gongsimstatus 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 gongsimstatusDB.
GongsimStatusDBResponse provides response swagger:response gongsimstatusDBResponse.
GongsimStatusPointersEncoding encodes pointers to Struct and reverse pointers of slice of poitners to Struct.
GongsimStatusWOP is a GongsimStatus 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
DummyAgentDBs arrays dummyagentDBs swagger:response dummyagentDBsResponse.
EngineDBs arrays engineDBs swagger:response engineDBsResponse.
EventDBs arrays eventDBs swagger:response eventDBsResponse.
GongsimCommandDBs arrays gongsimcommandDBs swagger:response gongsimcommandDBsResponse.
GongsimStatusDBs arrays gongsimstatusDBs swagger:response gongsimstatusDBsResponse.
No description provided by the author