package
0.0.0-20241031184522-44f8d052dedf
Repository: https://github.com/fullstack-lang/gongtree.git
Documentation: pkg.go.dev
# Structs
An ButtonID parameter model.
ButtonInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postButton updateButton.
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 NodeID parameter model.
NodeInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postNode updateNode.
An SVGIconID parameter model.
SVGIconInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postSVGIcon updateSVGIcon.
An TreeID parameter model.
TreeInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postTree updateTree.
A ValidationError is an that is generated for validation failures.