Documentation
¶
Index ¶
- func BodyDump(c *fiber.Ctx, GetGridMODEL func(schema_id string) datagrid.Datagrid, ...) error
- func CrudLogHistory(c *fiber.Ctx) error
- func CrudLogger(UserAgent string, IP string, action string, resBody []byte, userID interface{}, ...)
- func GetID(idPre interface{}) string
- func GetLogActions(c *fiber.Ctx) error
- func GetLogCategories(c *fiber.Ctx) error
- func GetLogChartAction(c *fiber.Ctx) error
- func GetLogChartCategory(c *fiber.Ctx) error
- func GetLogChartHourly(c *fiber.Ctx) error
- func GetLogChartMonthly(c *fiber.Ctx) error
- func GetLogChartType(c *fiber.Ctx) error
- func GetLogChartUser(c *fiber.Ctx) error
- func GetLogs(c *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CrudLogHistory ¶
func CrudLogHistory(c *fiber.Ctx) error
func CrudLogger ¶
func GetLogActions ¶ added in v0.8.87
func GetLogActions(c *fiber.Ctx) error
Handler to get unique actions (for filter dropdown)
func GetLogCategories ¶ added in v0.8.87
func GetLogCategories(c *fiber.Ctx) error
Handler to get unique categories (based on vb_schemas.name) that have associated logs
func GetLogChartAction ¶ added in v0.8.87
func GetLogChartAction(c *fiber.Ctx) error
Chart: Log by Action
func GetLogChartCategory ¶ added in v0.8.87
func GetLogChartCategory(c *fiber.Ctx) error
Chart: Log by Category
func GetLogChartHourly ¶ added in v0.8.87
func GetLogChartHourly(c *fiber.Ctx) error
Creative Chart: Log by Hour (Hourly distribution, e.g., peak hours)
func GetLogChartMonthly ¶ added in v0.8.87
func GetLogChartMonthly(c *fiber.Ctx) error
Chart: Monthly Log Count (Bar)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.