File: meta.go

package info (click to toggle)
golang-github-digitalocean-godo 1.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 796 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
package godo

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