MCPcopy
hub / github.com/harness/harness / strictHandler

Struct strictHandler

registry/app/api/openapi/contracts/artifact/services.gen.go:6290–6294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected