package
0.0.0-20241109113242-db23dddac4a3
Repository: https://github.com/fullstack-lang/gongtable.git
Documentation: pkg.go.dev

# Functions

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

# Structs

An CellBooleanID parameter model.
CellBooleanInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postCellBoolean updateCellBoolean.
An CellFloat64ID parameter model.
CellFloat64Input is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postCellFloat64 updateCellFloat64.
An CellIconID parameter model.
CellIconInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postCellIcon updateCellIcon.
An CellID parameter model.
CellInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postCell updateCell.
An CellIntID parameter model.
CellIntInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postCellInt updateCellInt.
An CellStringID parameter model.
CellStringInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postCellString updateCellString.
An CheckBoxID parameter model.
CheckBoxInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postCheckBox updateCheckBox.
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 DisplayedColumnID parameter model.
DisplayedColumnInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postDisplayedColumn updateDisplayedColumn.
An FormDivID parameter model.
FormDivInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postFormDiv updateFormDiv.
An FormEditAssocButtonID parameter model.
FormEditAssocButtonInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postFormEditAssocButton updateFormEditAssocButton.
An FormFieldDateID parameter model.
FormFieldDateInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postFormFieldDate updateFormFieldDate.
An FormFieldDateTimeID parameter model.
FormFieldDateTimeInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postFormFieldDateTime updateFormFieldDateTime.
An FormFieldFloat64ID parameter model.
FormFieldFloat64Input is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postFormFieldFloat64 updateFormFieldFloat64.
An FormFieldID parameter model.
FormFieldInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postFormField updateFormField.
An FormFieldIntID parameter model.
FormFieldIntInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postFormFieldInt updateFormFieldInt.
An FormFieldSelectID parameter model.
FormFieldSelectInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postFormFieldSelect updateFormFieldSelect.
An FormFieldStringID parameter model.
FormFieldStringInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postFormFieldString updateFormFieldString.
An FormFieldTimeID parameter model.
FormFieldTimeInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postFormFieldTime updateFormFieldTime.
An FormGroupID parameter model.
FormGroupInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postFormGroup updateFormGroup.
An FormSortAssocButtonID parameter model.
FormSortAssocButtonInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postFormSortAssocButton updateFormSortAssocButton.
A GenericError is the default error message that is generated.
An OptionID parameter model.
OptionInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postOption updateOption.
An RowID parameter model.
RowInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postRow updateRow.
An TableID parameter model.
TableInput is a schema that can validate the user’s input to prevent us from getting invalid data swagger:parameters postTable updateTable.
A ValidationError is an that is generated for validation failures.