Skip to content

Commit

Permalink
chore: add missing properties to config struct
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Aug 29, 2022
1 parent 9662053 commit 5d55b6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ import (

type Config struct {
PackageVersion string `json:"packageVersion"`
GitRepoId string `json:"gitRepoId"`
GitUserId string `json:"gitUserId"`
PackageName string `json:"packageName"`
PackageUrl string `json:"packageUrl"`
}

func ReadConfig(fileName string) Config {
Expand Down

0 comments on commit 5d55b6f

Please sign in to comment.