Struct/api/parsing

This commit is contained in:
Alex Dadgar
2016-10-11 15:25:49 -07:00
parent 917c7e5085
commit ebef11e6b0
6 changed files with 82 additions and 10 deletions

View File

@@ -177,8 +177,10 @@ type Template struct {
}
type Vault struct {
Policies []string
Env bool
Policies []string
Env bool
TokenChangeMode string
TokenChangeSignal string
}
// NewTask creates and initializes a new Task.