(uuid string, secret string)
| 296 | GetOperationWait(uuid string, timeout int) (op *api.Operation, ETag string, err error) |
| 297 | GetOperationWaitSecret(uuid string, secret string, timeout int) (op *api.Operation, ETag string, err error) |
| 298 | GetOperationWebsocket(uuid string, secret string) (conn *websocket.Conn, err error) |
| 299 | DeleteOperation(uuid string) (err error) |
| 300 | |
| 301 | // Profile functions |
no outgoing calls
no test coverage detected