added consul and vault tokens

This commit is contained in:
2022-02-06 15:10:15 +05:30
parent 3f55152c29
commit d5a7c406f5
2 changed files with 7 additions and 3 deletions

View File

@@ -1,9 +1,11 @@
package resource
type Source struct {
URL string `json:"url"`
Name string `json:"name"`
Token string `json:"token"`
URL string `json:"url"`
Name string `json:"name"`
Token string `json:"token"`
ConsulToken string `json:"consul_token"`
VaultToken string `json:"vault_token"`
}
type JobVersion struct {