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

Struct devIncusResponse

internal/server/response/response.go:40–44  ·  view source on GitHub ↗

DevIncus response.

Source from the content-addressed store, hash-verified

38
39// DevIncus response.
40type devIncusResponse struct {
41 content any
42 code int
43 contentType string
44}
45
46// Render writes the response to the provided http.ResponseWriter.
47func (r *devIncusResponse) Render(w http.ResponseWriter) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected