commit | c8e68871919567d3a36145a3acf58d9cb636b6cc | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Tue Sep 16 10:36:56 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Tue Sep 16 10:36:56 2014 -0400 |
tree | 4e8d994f2a87daf84bc3cbcaa03d6bb98792b2e3 | |
parent | c93fde7d5a05ff650dd86a7d80551e36d97daa91 [diff] [blame] |
Move pagination to its own package.
diff --git a/pagination/pkg.go b/pagination/pkg.go new file mode 100644 index 0000000..912daea --- /dev/null +++ b/pagination/pkg.go
@@ -0,0 +1,4 @@ +/* +Package pagination contains utilities and convenience structs that implement common pagination idioms within OpenStack APIs. +*/ +package pagination