MCPcopy
hub / github.com/go-kit/kit / noContentResponse

Struct noContentResponse

transport/http/server_test.go:335–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335type noContentResponse struct{}
336
337func (e noContentResponse) StatusCode() int { return http.StatusNoContent }
338

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected