Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigPath ¶
func RepoConfigPath ¶
Types ¶
type Config ¶
type RepoConfig ¶
type RepoConfig struct {
Include []string `json:"include"`
Exclude []string `json:"exclude"`
Languages []string `json:"languages"`
WatchDebounce time.Duration `json:"watch_debounce"`
SemanticMaxTerms int `json:"semantic_max_terms"`
}
func LoadRepo ¶
func LoadRepo(repoRoot string) (RepoConfig, error)
Click to show internal directories.
Click to hide internal directories.