Documentation ¶
Index ¶
- func CountData(c *fiber.Ctx) (err error)
- func GetTableData(Table string, Columns string, Condition string, GroupBy string, ...) []map[string]interface{}
- func LineData(c *fiber.Ctx) (err error)
- func PieData(c *fiber.Ctx) (err error)
- func TableData(c *fiber.Ctx) (err error)
- type Column
- type CountRequest
- type Filter
- type LineRequest
- type PieRequest
- type TableRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTableData ¶
Types ¶
type Column ¶
type Column struct { Name string `json:"name"` Title string `json:"title"` Type string `json:"type"` Table string `json:"table"` Alias string `json:"alias"` Output bool `json:"output"` SortType string `json:"sortType"` SortOrder int `json:"sortOrder"` GroupBy bool `json:"groupBy"` GroupOrder int `json:"groupOrder"` Aggregate string `json:"aggregate"` Color string `json:"color"` }
type CountRequest ¶
type LineRequest ¶
type PieRequest ¶
Click to show internal directories.
Click to hide internal directories.