This commit is contained in:
Gorbunov Kirill Andreevich
2024-04-03 00:21:09 +03:00
parent 8d2394777e
commit 348c30c727
5 changed files with 0 additions and 165 deletions

View File

@@ -34,16 +34,3 @@ func NewConfig() *Config {
UpdateOpt: &UpdateOpt{},
}
}
type UpdateOpt struct {
Pre bool `json:"pre" yaml:"pre" default:"false"`
Major bool `json:"major" yaml:"major" default:"false"`
UpMajor bool `json:"up_major" yaml:"up_major" default:"false"`
Cached bool `json:"cached" yaml:"cached" default:"true"`
}
func NewConfig() *Config {
return &Config{
Source: &Source{},
}
}