mirror of
https://bitbucket.org/skobkin/point-tools-crawler.git
synced 2024-11-14 17:53:05 +00:00
7 lines
91 B
Go
7 lines
91 B
Go
|
package point
|
||
|
|
||
|
type User struct {
|
||
|
Id int `json:"id"`
|
||
|
Login string `json:"login"`
|
||
|
}
|