utils

package
v0.1.253-http-token-pr... Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateUnqueServiceName

func GenerateUnqueServiceName(prepend string) string

func IsEmptyOrNil added in v0.1.188

func IsEmptyOrNil(i interface{}) bool

IsEmptyOrNil checks if a value is empty or nil, useful for strings and arrays

func IsNil added in v0.1.188

func IsNil(i interface{}) bool

IsNil is a wholistic nil checker

func IsZero added in v0.1.188

func IsZero(v reflect.Value) bool

IsZero : determine is zero value 1. string => empty string 2. bool => false 3. function => nil 4. map => nil (uninitialized map) 5. slice => nil (uninitialized slice)

func MakeRedactedCopy added in v0.1.248

func MakeRedactedCopy(src, dst interface{}) error

MakeRedactedCopy ...

func PrettyJSON added in v0.1.220

func PrettyJSON(obj interface{}) string

PrettyJSON returns a pretty-printed JSON string for the given object.

func PrettyPrintRedacted added in v0.1.248

func PrettyPrintRedacted(source, dest interface{})

PrettyPrintRedacted ...

func RandomString

func RandomString(n int) string

func Redact added in v0.1.248

func Redact(reflectValue reflect.Value)

Redact ...

Types

type Zeroer added in v0.1.188

type Zeroer interface {
	IsZero() bool
}

Zeroer :

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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