Documentation
¶
Index ¶
Constants ¶
View Source
const (
ResponseLimit = 36
)
Variables ¶
This section is empty.
Functions ¶
func Serve ¶
func Serve(fs FileSearcher)
Types ¶
type FileSearcher ¶
type FileSearcher interface {
LibPattern() *regexp.Regexp
DocsPattern() *regexp.Regexp
LabelsPattern() *regexp.Regexp
LinksPattern() *regexp.Regexp
ExamplesPattern() *regexp.Regexp
DescriptionPattern() *regexp.Regexp
Collect() ([]filesearcher.File, map[string]filesearcher.File, error)
CollectLinks() ([]filesearcher.File, error)
}
Click to show internal directories.
Click to hide internal directories.