point-api-go/user.go

7 lines
91 B
Go

package point
type User struct {
Id int `json:"id"`
Login string `json:"login"`
}