package
1.14.0
Repository: https://github.com/zalando/postgres-operator.git
Documentation: pkg.go.dev

# Functions

Retry is a wrapper around RetryWorker that provides a real RetryTicker.
RetryWorker calls ConditionFunc until either: * it returns boolean true * a timeout expires * an error occurs.

# Structs

Ticker is a real implementation of RetryTicker interface.

# Interfaces

RetryTicker is a wrapper aroung time.Tick, that allows to mock its implementation.