| "github.com/mitchellh/mapstructure" |
| "github.com/rackspace/gophercloud" |
| // ConnectionThrottle represents the connection throttle configuration for a |
| // particular load balancer. |
| type ConnectionThrottle struct { |
| // CreateResult represents the result of a create operation. |
| type CreateResult struct { |
| // DeleteResult represents the result of a delete operation. |
| type DeleteResult struct { |
| // GetResult represents the result of a get operation. |
| // Extract interprets a GetResult as a SP, if possible. |
| func (r GetResult) Extract() (*ConnectionThrottle, error) { |
| CT ConnectionThrottle `mapstructure:"connectionThrottle"` |
| err := mapstructure.Decode(r.Body, &response) |