package
0.0.0-20241104172824-213b8384f26f
Repository: https://github.com/fullstack-lang/gongxlsx.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 DisplaySelectionID parameter model.
DisplaySelectionInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postDisplaySelection updateDisplaySelection.
A GenericError is the default error message that is generated.
A ValidationError is an that is generated for validation failures.
An XLCellID parameter model.
XLCellInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postXLCell updateXLCell.
An XLFileID parameter model.
XLFileInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postXLFile updateXLFile.
An XLRowID parameter model.
XLRowInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postXLRow updateXLRow.
An XLSheetID parameter model.
XLSheetInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postXLSheet updateXLSheet.