commit | b8b16f82c085caf37ee4dfa14da67a911164a76c | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Mon Oct 20 10:19:49 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Mon Oct 20 10:19:49 2014 -0400 |
tree | a6ce8e626441276a19e137398e04512d3e3153de | |
parent | d3dc254a81133743620b6cecf3cfad828af2c2df [diff] [blame] |
Base a pagination.PageResult on gophercloud.Result.
diff --git a/pagination/marker.go b/pagination/marker.go index 41b493a..e7688c2 100644 --- a/pagination/marker.go +++ b/pagination/marker.go
@@ -11,7 +11,7 @@ // MarkerPageBase is a page in a collection that's paginated by "limit" and "marker" query parameters. type MarkerPageBase struct { - LastHTTPResponse + PageResult // Owner is a reference to the embedding struct. Owner MarkerPage