package
0.0.0-20241118055028-b6f29f44eda7
Repository: https://github.com/fullstack-lang/gonggantt.git
Documentation: pkg.go.dev

# Functions

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

# Structs

An ArrowID parameter model.
ArrowInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postArrow updateArrow.
An BarID parameter model.
BarInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postBar updateBar.
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 GanttID parameter model.
GanttInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postGantt updateGantt.
A GenericError is the default error message that is generated.
An GroupID parameter model.
GroupInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postGroup updateGroup.
An LaneID parameter model.
LaneInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postLane updateLane.
An LaneUseID parameter model.
LaneUseInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postLaneUse updateLaneUse.
An MilestoneID parameter model.
MilestoneInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postMilestone updateMilestone.
A ValidationError is an that is generated for validation failures.