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

Struct upgradeResponse

internal/server/response/response.go:634–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632}
633
634type upgradeResponse struct {
635 req *http.Request
636 conn net.Conn
637 protocol string
638 cleanup func()
639}
640
641// String returns the response type name.
642func (r *upgradeResponse) String() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected