1
0
mirror of https://github.com/drone/drone-cli.git synced 2025-11-16 05:07:13 +01: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"`
}