commento/api/page.go
Adhityaa Chandrasekar 8ebc0cd965 api: run go fmt
2018-09-23 01:12:52 -04:00

11 lines
200 B
Go

package main
import ()
type page struct {
Domain string `json:"domain"`
Path string `json:"path"`
IsLocked bool `json:"isLocked"`
CommentCount int `json:"commentCount"`
}