Versions in this module Expand all Collapse all v1 v1.0.0 Jun 16, 2025 Changes in this version + func RegisterHandlers(router gin.IRouter, si ServerInterface) + func RegisterHandlersWithOptions(router gin.IRouter, si ServerInterface, options GinServerOptions) + type GinServerOptions struct + BaseURL string + ErrorHandler func(*gin.Context, error, int) + Middlewares []MiddlewareFunc + type MiddlewareFunc func(c *gin.Context) + type Response struct + Body *map[string]interface{} + CorrelationId *string + Error *ResponseError + RequestId *string + Status int + type ResponseError struct + Code *string + HowToFix *string + Message string + type ServerInterface interface + type ServerInterfaceWrapper struct + ErrorHandler func(*gin.Context, error, int) + Handler ServerInterface + HandlerMiddlewares []MiddlewareFunc Other modules containing this package github.com/yeencloud/lib-httpserver