Versions in this module Expand all Collapse all v0 v0.1.0 Oct 14, 2023 Changes in this version + var ApiResponseFactory = new(apiResponseAlias) + var DefaultPageTitle = "" + type ApiResponse struct + Data interface{} + Error error + Success bool + type Done = bool + type GoResult struct + Err error + Response T + type HandlerInitContext struct + DB *sqlx.DB + type HandlerRegistrar interface + Handler func(engine *gin.Engine) + Initialize func(initContext *HandlerInitContext) + type MetaData struct + Description string + Image string + Title string + type StructuredPageData struct + Data map[string]interface{} + Meta *MetaData + func NewStructurePageData(data map[string]interface{}, meta *MetaData) StructuredPageData + type Tuple struct + Item1 T + Item2 U + type Tuple3 struct + Item1 T + Item2 U + Item3 V + type Tuple4 struct + Item1 T + Item2 U + Item3 V + Item4 W