commit | 227d959073cd3eff12cfd898c1b12eee9461bd5e | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Thu Nov 13 10:32:07 2014 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Thu Nov 13 10:32:07 2014 +0100 |
tree | 1ee18ab6ddfafaa5e0b6fe370b48adc552a54e2e | |
parent | 950561c1d443a8a5ab78c012b9f9f737d21b9998 [diff] [blame] |
Adding fixes based on code review
diff --git a/rackspace/lb/v1/ssl/results.go b/rackspace/lb/v1/ssl/results.go index 283f774..ead9fcd 100644 --- a/rackspace/lb/v1/ssl/results.go +++ b/rackspace/lb/v1/ssl/results.go
@@ -132,8 +132,8 @@ return &response.Cert, err } -// AddCertResult represents the result of an AddCert operation. -type AddCertResult struct { +// CreateCertResult represents the result of an CreateCert operation. +type CreateCertResult struct { certResult }