mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-05 21:57:09 +02:00
* Add openstack service discovery. * Add gophercloud code for openstack service discovery. * first changes for juliusv comments. * add gophercloud code for floatingip. * Add tests to openstack sd. * Add testify suite vendor files. * add copyright and make changes for code climate. * Fixed typos in provider openstack. * Renamed tenant to project in openstack sd. * Change type of password to Secret in openstack sd.
5 lines
150 B
Go
5 lines
150 B
Go
/*
|
|
Package pagination contains utilities and convenience structs that implement common pagination idioms within OpenStack APIs.
|
|
*/
|
|
package pagination
|