| 6288 | } |
| 6289 | |
| 6290 | type strictHandler struct { |
| 6291 | ssi StrictServerInterface |
| 6292 | middlewares []StrictMiddlewareFunc |
| 6293 | options StrictHTTPServerOptions |
| 6294 | } |
| 6295 | |
| 6296 | // CreateRegistry operation middleware |
| 6297 | func (sh *strictHandler) CreateRegistry(w http.ResponseWriter, r *http.Request, params CreateRegistryParams) { |
nothing calls this directly
no outgoing calls
no test coverage detected