utils

package
v1.0.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Retry

func Retry(op func() (shouldRetry bool, err error), max_attempts int, errString string) error

Retry is a helper function that retries a function for a given number of times.

Types

type PrependedStringBuilder

type PrependedStringBuilder struct {
	// contains filtered or unexported fields
}

func NewPrependedStringBuilder

func NewPrependedStringBuilder(prepend string) *PrependedStringBuilder

func (*PrependedStringBuilder) String

func (isb *PrependedStringBuilder) String() string

func (*PrependedStringBuilder) WriteString

func (isb *PrependedStringBuilder) WriteString(str string)

func (*PrependedStringBuilder) WriteStringf added in v0.2.3

func (isb *PrependedStringBuilder) WriteStringf(format string, args ...interface{})

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL