Versions in this module Expand all Collapse all v3 v3.0.6 Jan 22, 2025 v3.0.5 Jul 29, 2024 v3.0.4 Jan 10, 2024 Changes in this version type OptionalConfig + Proxy string + TLSVerify bool v3.0.3 Dec 25, 2023 v3.0.2 Dec 21, 2023 Changes in this version type OriginConfig + Proj *string v3.0.1 Dec 18, 2023 Changes in this version + func CreateConfigFile(filepath string) + func LoadConfig(filepath string) + func RegisterDefaultConfig(data []byte) + func WriteConfig(write func(config *Config)) + type BaseConfig struct + LogFile string + Output string + Path string + type Config struct + Optional OptionalConfig + Origin OriginConfig + Repo RepoConfig + func Conf() *Config + type OptionalConfig struct + Dedup bool + DirOnly bool + Insecure bool + ProgressBar bool + SaveDev bool + UI bool + VulnOnly bool + type OriginConfig struct + Json string + Mysql SqlOrigin + Sqlite SqlOrigin + Token string + Uid *string + Url string + type RepoConfig struct + Composer []common.RepoConfig + Maven []common.RepoConfig + Npm []common.RepoConfig + type SqlOrigin struct + Dsn string + Table string