Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependency ¶
func (Dependency) String ¶
func (d Dependency) String() string
type DependencyParser ¶
type DependencyParser interface { // Parse analyzes the given files contents and returns the found dependencies Parse(filePath string) (dependencies []Dependency, err error) ParseContent(content string) (dependencies []Dependency, err error) }
func NewHTMLParser ¶
func NewHTMLParser(config *config.Config) DependencyParser
Click to show internal directories.
Click to hide internal directories.