package
0.0.0-20241226210739-b9d21e3a2ed0
Repository: https://github.com/fullstack-lang/gongtone.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 FreqencyID parameter model.
FreqencyInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postFreqency updateFreqency.
A GenericError is the default error message that is generated.
An NoteID parameter model.
NoteInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postNote updateNote.
An PlayerID parameter model.
PlayerInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postPlayer updatePlayer.
A ValidationError is an that is generated for validation failures.