api/tasks.go: add check initial_status
This commit is contained in:
parent
588a4802c1
commit
9ad8ecc149
|
@ -70,6 +70,7 @@ type ServiceCheck struct {
|
|||
PortLabel string `mapstructure:"port"`
|
||||
Interval time.Duration
|
||||
Timeout time.Duration
|
||||
InitialStatus string `mapstructure:"initial_status"`
|
||||
}
|
||||
|
||||
// The Service model represents a Consul service definition
|
||||
|
|
Loading…
Reference in a new issue