Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsErrorMaxBackOff ¶
func IsErrorMaxRetries ¶
Types ¶
type ActionHandler ¶
type ActionHandler func() (interface{}, error)
type Builder ¶
type Builder interface {
Try(action ActionHandler) Output
}
type Operator ¶
type Operator struct {
// contains filtered or unexported fields
}
func NewOperator ¶
func (*Operator) Try ¶
func (o *Operator) Try(action ActionHandler) Output
Click to show internal directories.
Click to hide internal directories.