package
0.0.0-20241115145240-a8ef27bde5c9
Repository: https://github.com/fullstack-lang/gongfly.git
Documentation: pkg.go.dev
# Structs
An CivilianAirportID parameter model.
CivilianAirportInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postCivilianAirport updateCivilianAirport.
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.
A GenericError is the default error message that is generated.
An LinerID parameter model.
LinerInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postLiner updateLiner.
An MessageID parameter model.
MessageInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postMessage updateMessage.
An OpsLineID parameter model.
OpsLineInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postOpsLine updateOpsLine.
An RadarID parameter model.
RadarInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postRadar updateRadar.
An SatelliteID parameter model.
SatelliteInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postSatellite updateSatellite.
An ScenarioID parameter model.
ScenarioInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postScenario updateScenario.
A ValidationError is an that is generated for validation failures.