Documentation
¶
Overview ¶
Package toml implements a URL extractor for TOML files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct{}
Parser implements parser.FileParser for TOML files.
func (*Parser) Extensions ¶
Extensions returns the file extensions this parser handles.
func (*Parser) Parse ¶
Parse extracts links from TOML content. It extracts URLs from both string values and table/key names. Deprecated: Use ValidateAndParse for better performance.
Click to show internal directories.
Click to hide internal directories.