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

Struct forwardedOperationResponse

internal/server/operations/response.go:73–75  ·  view source on GitHub ↗

Forwarded operation response. Returned when the operation has been created on another node.

Source from the content-addressed store, hash-verified

71//
72// Returned when the operation has been created on another node.
73type forwardedOperationResponse struct {
74 op *api.Operation
75}
76
77// ForwardedOperationResponse creates a response that forwards the metadata of
78// an operation created on another node.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected