Documentation
¶
Index ¶
Constants ¶
View Source
const ( AppName = "lazyprisma" ConfigDirName = "lazyprisma" ConfigFile = "config.yaml" )
Variables ¶
This section is empty.
Functions ¶
func ConfigPath ¶
ConfigPath returns the full path to the config file
func EnsureConfigFile ¶
func EnsureConfigFile() error
EnsureConfigFile creates the config file with defaults if it doesn't exist
Types ¶
type Config ¶
type Config struct {
Scan ScanConfig `yaml:"scan"`
}
Config holds application configuration
type ScanConfig ¶
ScanConfig holds project scanning settings
Click to show internal directories.
Click to hide internal directories.