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

8 lines
148 B
Go

package point
type Page struct {
HasNext bool `json:"has_next"`
Posts []MetaPost `json:"posts"`
Error string `json:"error"`
}