i know not a single thing about golang

also i hate tabs
This commit is contained in:
2022-02-13 17:20:00 +05:30
parent cb43219908
commit 27dd2c353e
2 changed files with 21 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ type Source struct {
ConsulToken string `json:"consul_token"`
VaultToken string `json:"vault_token"`
Templating bool `json:"templating"`
Restart bool `json:"restart"`
}
type JobVersion struct {