Versions in this module Expand all Collapse all v9 v9.6.3 Jul 7, 2024 Changes in this version + func AppendArg(b []byte, v interface{}) []byte + func GetAddr(addr string) string + func ReplaceSpaces(s string) string + func RetryBackoff(retry int, minBackoff, maxBackoff time.Duration) time.Duration + func Sleep(ctx context.Context, dur time.Duration) error + func ToFloat(val interface{}) float64 + func ToInteger(val interface{}) int + func ToLower(s string) string + func ToString(val interface{}) string + func ToStringSlice(val interface{}) []string + type Logging interface + Printf func(ctx context.Context, format string, v ...interface{}) + var Logger Logging = &logger{ ... } + type Once struct + func (o *Once) Do(f func() error) error