#8 Code correction, refinement of pull request opening.

This commit is contained in:
Gorbunov Kirill Andreevich
2024-03-15 23:12:39 +03:00
parent f9fe7e183e
commit dc192ce1cc
4 changed files with 27 additions and 16 deletions

View File

@@ -12,6 +12,7 @@ type Source struct {
Token string `json:"token" yaml:"token"`
APIURL string `json:"apiurl" yaml:"apiurl"`
Repository string `json:"repository" yaml:"repository"`
Owner string `json:"owner" yaml:"owner"`
}
func NewConfig() *Config {