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