point-tools-crawler/point/recommendation.go
2016-03-16 01:21:50 +03:00

8 lines
153 B
Go

package point
type Recommendation struct {
Text string `json:"text"`
Comment_id int `json:"comment_id"`
Author User `json:"author"`
}