Documentation ¶ Index ¶ func Retry(fn func() error) error func WaitForConnection(addr string) chan error type Status func NewStatus(w io.Writer, nonInteractive bool) *Status func (s *Status) Done() func (s *Status) Text(args ...interface{}) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Retry ¶ func Retry(fn func() error) error func WaitForConnection ¶ func WaitForConnection(addr string) chan error Types ¶ type Status ¶ type Status struct { // contains filtered or unexported fields } func NewStatus ¶ func NewStatus(w io.Writer, nonInteractive bool) *Status func (*Status) Done ¶ func (s *Status) Done() func (*Status) Text ¶ func (s *Status) Text(args ...interface{}) Source Files ¶ View all Source files retry.go status.go tcp.go Click to show internal directories. Click to hide internal directories.