package
0.0.0-20250122020234-8b0951eeac50
Repository: https://github.com/fullstack-lang/gongthree.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Structs

An BezierCurveID parameter model.
BezierCurveInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postBezierCurve updateBezierCurve.
An BezierSegmentID parameter model.
BezierSegmentInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postBezierSegment updateBezierSegment.
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.
A ValidationError is an that is generated for validation failures.
An Vector2ID parameter model.
Vector2Input is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postVector2 updateVector2.