utils

package
v0.1.7 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2022 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.

func UnsafeGet

func UnsafeGet(m *orderedmap.OrderedMap, key string) interface{}

UnsafeGet returns the value associated with the key without checking if the key exists. This is useful for loop iterations: The loop runs over the keys using Keys(), so it is safe to use Get(), Yet the original interface (with comma-ok) does not allow for inline-conversion, which forces the creation of an intermediate temporary variable.

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)

Jump to

Keyboard shortcuts

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