package user type User struct { ID uint32 `json:"id"` Login string `json:"login"` }