| 31 | } |
| 32 | |
| 33 | type initRequired struct { |
| 34 | store common.Store |
| 35 | } |
| 36 | |
| 37 | // Middleware implements the middleware interface |
| 38 | func (i *initRequired) Middleware(next http.Handler) http.Handler { |
nothing calls this directly
no outgoing calls
no test coverage detected