Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PageProps ¶
type PageProps struct {
Disambiguation bool `json:"disambiguation"`
}
func (*PageProps) UnmarshalJSON ¶
type Response ¶
type Response struct { Query struct { Pages []struct { Title string `json:"title"` URL string `json:"fullurl"` Text string `json:"extract"` Pageprops PageProps `json:"pageprops"` Missing bool `json:"missing"` Invalid bool `json:"invalid"` InvalidReason string `json:"invalidreason"` } `json:"pages"` } `json:"query"` }
Click to show internal directories.
Click to hide internal directories.