#8 Finished the update I need to redo the call of these methods.
This commit is contained in:
@@ -13,3 +13,9 @@ type Source struct {
|
||||
APIURL string `json:"apiurl" yaml:"apiurl"`
|
||||
Repository string `json:"repository" yaml:"repository"`
|
||||
}
|
||||
|
||||
func NewConfig() *Config {
|
||||
return &Config{
|
||||
Source: &Source{},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user