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

Struct fileResponse

internal/server/response/response.go:407–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407type fileResponse struct {
408 req *http.Request
409 files []FileResponseEntry
410 headers map[string]string
411}
412
413// FileResponse returns a new file response.
414func FileResponse(r *http.Request, files []FileResponseEntry, headers map[string]string) Response {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected