commit | 612df9ea5757350dd3e2d847c8905c0c16a9bcfd | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Mon Sep 08 08:59:12 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Mon Sep 08 08:59:12 2014 -0400 |
tree | c1b2748fa9e4fb7241379e903e65b079e131fe6b | |
parent | 0555c644358f7037b44db78541756305c3b5a239 [diff] |
Oh hey that does work. Thanks, @sam-falvo!
diff --git a/collections.go b/collections.go index 6e48228..82e6c7a 100644 --- a/collections.go +++ b/collections.go
@@ -93,9 +93,7 @@ // LinkCollection must be satisfied by a Page that uses a LinkPager. type LinkCollection interface { - - // Pager is specified here so every LinkCollection will also be a valid Page. - Pager() Pager + Collection // Service returns the client used to make further requests. Service() *ServiceClient