Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreationFunc ¶
type CreationFunc func(types.SpecReport, Config) (*Parser, error)
type Parser ¶
type Parser struct {
Transformer Transformer
Reporter Reporter
LabelScraper report.LabelScraper
// contains filtered or unexported fields
}
func NewDefaultParser ¶
func NewDefaultParser(specReport types.SpecReport, config Config) (*Parser, error)
func NewParser ¶
func NewParser(specReport types.SpecReport, transformer Transformer, ls report.LabelScraper, reporter Reporter) *Parser
type Transformer ¶
Click to show internal directories.
Click to hide internal directories.