github.com/chnsz/golangsdk@v0.0.0-20240506093406-85a3fbfa605b/openstack/compute/v2/extensions/pauseunpause/results.go (about) 1 package pauseunpause 2 3 import "github.com/chnsz/golangsdk" 4 5 // PauseResult is the response from a Pause operation. Call its ExtractErr 6 // method to determine if the request succeeded or failed. 7 type PauseResult struct { 8 golangsdk.ErrResult 9 } 10 11 // UnpauseResult is the response from an Unpause operation. Call its ExtractErr 12 // method to determine if the request succeeded or failed. 13 type UnpauseResult struct { 14 golangsdk.ErrResult 15 }