1
0
Fork 0
traefik/vendor/github.com/dnsimple/dnsimple-go/dnsimple/users.go
2017-04-07 11:52:18 +01:00

7 lines
150 B
Go

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