MCPcopy
hub / github.com/tinyauthapp/tinyauth / Init

Method Init

internal/middleware/context_middleware.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53func (m *ContextMiddleware) Init() error {
54 return nil
55}
56
57func (m *ContextMiddleware) Middleware() gin.HandlerFunc {
58 return func(c *gin.Context) {

Callers 1

setupRouterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected