mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
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"`
|
|
}
|