package
Version:
v0.8.17
Opens a new window with list of versions in this module.
Published: Jul 29, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Dictionary(c *fiber.Ctx) error
type FormItem struct {
Model string `json:"model"`
Label string `json:"label"`
Relation struct {
Table interface{} `json:"table"`
Key interface{} `json:"key"`
Fields []interface{} `json:"fields"`
} `json:"relation,omitempty"`
Options []interface{} `json:"options"`
}
type FormSCHEMA struct {
Name string `json:"name"`
Model string `json:"model"`
Identity string `json:"identity"`
Schema []FormItem `json:"schema"`
}
type GridSCHEMA struct {
Model string `json:"model"`
Name string `json:"name"`
Identity string `json:"identity"`
Schema []struct {
Model string `json:"model"`
Label string `json:"label"`
} `json:"schema"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.