1
0
mirror of https://github.com/drone/drone-cli.git synced 2025-07-11 06:34:22 +02:00
drone-cli/common/user.go
2015-02-27 00:15:49 -08:00

9 lines
167 B
Go

package common
type User struct {
Remote string `json:"remote"`
Login string `json:"login"`
Name string `json:"name"`
Email string `json:"email,omitempty"`
}