gogreen/meta.go

7 lines
117 B
Go
Raw Normal View History

2019-12-10 23:23:09 +00:00
package godo
// Meta describes generic information about a response.
2019-12-10 23:23:09 +00:00
type Meta struct {
Total int `json:"total"`
}