Documentation
¶
Overview ¶
Package yaml implements a URL extractor for YAML 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 YAML files.
func (*Parser) Extensions ¶
Extensions returns the file extensions this parser handles.
func (*Parser) Parse ¶
Parse extracts links from YAML content. It extracts URLs from both string values and mapping keys. Supports multi-document YAML files. Deprecated: Use ValidateAndParse for better performance.
Click to show internal directories.
Click to hide internal directories.