Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultHost = "https://scrapbox.io" DefaultUserAgent = "Scrapgox/0.1.0" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct { ProjectName string `json:"projectName"` SearchQuery string `json:"searchQuery"` Limit int `json:"limit"` Count int `json:"count"` Pages []struct { ID string `json:"id"` Title string `json:"title"` Image string `json:"image"` Descriptions []string `json:"descriptions"` User struct { ID string `json:"id"` } `json:"user"` Pin int `json:"pin"` Views int `json:"views"` Linked int `json:"linked"` Created int `json:"created"` Updated int `json:"updated"` Accessed int `json:"accessed"` SnapshotCreated interface{} `json:"snapshotCreated"` Snipet []string `json:"snipet"` } `json:"pages"` ExistsExactTitleMatch bool `json:"existsExactTitleMatch"` Query struct { Words []string `json:"words"` Excludes []interface{} `json:"excludes"` } `json:"query"` }
Click to show internal directories.
Click to hide internal directories.