Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( LatestParserVersion = semver.MustParse("1.0.0") MinimumParserVersion = semver.MustParse("1.0.0") )
View Source
var (
ErrNoParserFound = fmt.Errorf("no parser found for the given URL")
)
Functions ¶
Types ¶
type ParserMethod ¶ added in v0.30.0
type ParserMethod uint
const ( ParserMethodCanHandle ParserMethod ParserMethodParse )
Click to show internal directories.
Click to hide internal directories.