github.com/chnsz/golangsdk@v0.0.0-20240506093406-85a3fbfa605b/openstack/opengauss/v3/backups/results.go (about) 1 package backups 2 3 import ( 4 "github.com/chnsz/golangsdk" 5 ) 6 7 // UpdateResult represents the result of a update operation. 8 type UpdateResult struct { 9 golangsdk.ErrResult 10 }