point-api-go/user.go

7 lines
91 B
Go
Raw Normal View History

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