package
0.0.0-20240807014722-b30759bf7f90
Repository: https://github.com/fullstack-lang/gongsim.git
Documentation: pkg.go.dev
# Structs
A Controller is the handler of all API REST calls matching the stack model It forwards API requests to the stack instance identified by the GONG_StackPath parameters in the request the stack instance is the BackRepo instance.
An DummyAgentID parameter model.
DummyAgentInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postDummyAgent updateDummyAgent.
An EngineID parameter model.
EngineInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postEngine updateEngine.
An EventID parameter model.
EventInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postEvent updateEvent.
A GenericError is the default error message that is generated.
An GongsimCommandID parameter model.
GongsimCommandInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postGongsimCommand updateGongsimCommand.
An GongsimStatusID parameter model.
GongsimStatusInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postGongsimStatus updateGongsimStatus.
A ValidationError is an that is generated for validation failures.