Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Extract ¶
type Extract struct {
Offset int `json:"offset"` // Offset of the extracted info
Value string `json:"value"` // Value of the extracted info
Value2 string `json:"value2"` // Value2 of the extracted info
Text string `json:"text"` // Text of the extracted info
Context string `json:"context"` // Context of the extracted info
}
type WikiLinkExtractor ¶
type WikiLinkExtractor struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.