Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Condition ¶
type Condition interface {
Run(ctx context.Context, channel chan error, options ConditionOptions)
}
type ConditionDockerHealthcheck ¶
type ConditionDockerHealthcheck struct{}
func (ConditionDockerHealthcheck) Run ¶
func (condition ConditionDockerHealthcheck) Run(ctx context.Context, channel chan error, options ConditionOptions)
type ConditionHTTP ¶
type ConditionHTTP struct{}
func (ConditionHTTP) Run ¶
func (condition ConditionHTTP) Run(ctx context.Context, channel chan error, options ConditionOptions)
type ConditionOptions ¶
type ConditionOptions map[string]interface{}
type ConditionTCP ¶
type ConditionTCP struct{}
func (ConditionTCP) Run ¶
func (condition ConditionTCP) Run(ctx context.Context, channel chan error, options ConditionOptions)
Click to show internal directories.
Click to hide internal directories.