mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-11 16:14:05 -08:00
c61141ce51
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
7 lines
117 B
Go
7 lines
117 B
Go
package godo
|
|
|
|
// Meta describes generic information about a response.
|
|
type Meta struct {
|
|
Total int `json:"total"`
|
|
}
|