package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Nov 11, 2020
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Port int64 `yaml:"port"`
CacheDir string `yaml:"cacheDir"`
DisableCache bool `yaml:"disableCache"`
ProjectPath string `yaml:"projectPath"`
Exclude []string `yaml:"exclude"`
Groups []Group `yaml:"groups"`
Extensions []string `yaml:"extensions"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.