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

Struct operationWebSocket

internal/server/operations/websocket.go:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type operationWebSocket struct {
14 req *http.Request
15 op *Operation
16}
17
18// OperationWebSocket returns a new websocket operation.
19func OperationWebSocket(req *http.Request, op *Operation) response.Response {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected