github.com/randomtask1155/cli@v6.41.1-0.20181227003417-a98eed78cbde+incompatible/api/cloudcontroller/ccv2/constant/last_operation.go (about) 1 package constant 2 3 type LastOperationState string 4 5 const ( 6 LastOperationInProgress LastOperationState = "in progress" 7 LastOperationSucceeded LastOperationState = "succeeded" 8 LastOperationFailed LastOperationState = "failed" 9 )