Documentation
¶
Overview ¶
Package mockparser defines a parser.Interface that returns dummy urls for a given input, and is used in tests
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dummy ¶
type Dummy struct { Urls []string // List of urls Errs []string // List of parse errors as strings }
Dummy responses
Click to show internal directories.
Click to hide internal directories.