prometheus/vendor/github.com/digitalocean/godo/meta.go

7 lines
117 B
Go
Raw Normal View History

package godo
// Meta describes generic information about a response.
type Meta struct {
Total int `json:"total"`
}