Documentation ¶
Overview ¶
Package revision provide the module for working with dump files of Wikipedia revision.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Dir define where the revision directory located. Dir = "" // CleanDir define directory where revision that has been cleaned // up located. CleanDir = "" )
Functions ¶
func GetContent ¶
GetContent will return content of revision based on specific `id`.
func GetContentClean ¶
GetContentClean return content of revision that has been cleaning up.
func SetCleanDir ¶
func SetCleanDir(path string)
SetCleanDir set directory where revision that has been cleaned up located.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.