Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FileProvider ¶
type FileProvider struct {
// contains filtered or unexported fields
}
func (*FileProvider) Links ¶
func (p *FileProvider) Links() ([]string, error)
type HtmlProvider ¶
type HtmlProvider struct {
// contains filtered or unexported fields
}
func (*HtmlProvider) Links ¶
func (p *HtmlProvider) Links() ([]string, error)
type Provider ¶
func NewFileProvider ¶
func NewFileProvider(path string, fileSystem internal.FileSystem) Provider
func NewHtmlProvider ¶
func NewHtmlProvider(url string, httpClient internal.HttpClient, parameters *internal.Parameters) Provider
Click to show internal directories.
Click to hide internal directories.