Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParsePageID ¶
Types ¶
type Annotation ¶
type Annotation struct { ENETag ENETag `json:"ENE"` AttributeName AttributeName `json:"attribute"` HTMLOffset OffsetPair `json:"html_offset"` TextOffset OffsetPair `json:"text_offset"` PageID string `json:"page_id"` Title string `json:"title"` LinkPageID string `json:"link_page_id"` }
type AttributeName ¶
type AttributeName string
type OffsetPair ¶
type Page ¶
func LoadPageFromHTML ¶
type TitlePageID ¶
type TitlePageIDWithRedirect ¶
type TitlePageIDWithRedirect struct { TitlePageID RedirectTo TitlePageID `json:"redirect_to"` }
func (*TitlePageIDWithRedirect) Resolve ¶
func (t *TitlePageIDWithRedirect) Resolve() json.Number
Click to show internal directories.
Click to hide internal directories.