Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AsMiddleware ¶
AsMiddleware annotates a constructor so FX collects it into the "middlewares" group.
Types ¶
type Middleware ¶
type Middleware interface {
Name() string
Handler() gin.HandlerFunc
}
Middleware is the shared interface for Gin middlewares registered via FX. Both ctl-api and dashboard-ui BFF use this interface.
Click to show internal directories.
Click to hide internal directories.