point-tools-crawler/point/recommendation.go

8 lines
153 B
Go
Raw Normal View History

2016-03-15 22:21:50 +00:00
package point
type Recommendation struct {
Text string `json:"text"`
Comment_id int `json:"comment_id"`
Author User `json:"author"`
}