File: users.go

package info (click to toggle)
golang-github-dnsimple-dnsimple-go 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,428 kB
  • sloc: makefile: 3
file content (7 lines) | stat: -rw-r--r-- 150 bytes parent folder | download
1
2
3
4
5
6
7
package dnsimple

// User represents a DNSimple user.
type User struct {
	ID    int64  `json:"id,omitempty"`
	Email string `json:"email,omitempty"`
}