github.com/huaweicloud/golangsdk@v0.0.0-20210831081626-d823fe11ceba/openstack/compute/v2/extensions/startstop/results.go (about) 1 package startstop 2 3 import "github.com/huaweicloud/golangsdk" 4 5 // StartResult is the response from a Start operation. Call its ExtractErr 6 // method to determine if the request succeeded or failed. 7 type StartResult struct { 8 golangsdk.ErrResult 9 } 10 11 // StopResult is the response from Stop operation. Call its ExtractErr 12 // method to determine if the request succeeded or failed. 13 type StopResult struct { 14 golangsdk.ErrResult 15 }