MCPcopy
hub / github.com/lxc/incus / manualResponse

Struct manualResponse

internal/server/response/response.go:596–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594}
595
596type manualResponse struct {
597 hook func(w http.ResponseWriter) error
598}
599
600// ManualResponse creates a new manual response responder.
601func ManualResponse(hook func(w http.ResponseWriter) error) Response {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected