Versions in this module Expand all Collapse all v0 v0.0.8 Feb 11, 2024 Changes in this version + func CreateRouter(ctx context.Context, cacheInSeconds int) *gin.Engine + func Echo(ctx context.Context, c *gin.Context) + func ExecuteListener(ctx context.Context, c *gin.Context, listener listener.ListenerInterface) + func Health(c *gin.Context) + func Home(ctx context.Context, c *gin.Context) + func Ready(c *gin.Context) + func RequestIdMiddleware() gin.HandlerFunc + func Start(ctx context.Context, router *gin.Engine, cfg *config.ServerConfiguration, ...) error + func TraceLogsMiddleware() gin.HandlerFunc + func WriteResponse(log *zap.SugaredLogger, status int, errD []http.ErrorDetail, c *gin.Context, ...) + type HealthResponse struct + Status string