Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GlobalMiddlewares ¶
func GlobalMiddlewares(server *gin.Engine, config *config.AppConfig, logMiddleware *LogMiddleware)
Types ¶
type LogMiddleware ¶
type LogMiddleware struct {
// contains filtered or unexported fields
}
func NewLogMiddleware ¶
func NewLogMiddleware(log *zap.SugaredLogger) *LogMiddleware
func (*LogMiddleware) Handler ¶
func (m *LogMiddleware) Handler() gin.HandlerFunc
Click to show internal directories.
Click to hide internal directories.