1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
2020-01-17 20:42:25 +00:00

7 lines
117 B
Go

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