package
0.0.0-20220512062022-4d57693db111
Repository: https://github.com/simplekube/kit.git
Documentation: pkg.go.dev

# Functions

AddToListIfValid adds the provided entries if they are not nil This logic results in removal of duplicates & empty entries if any.
RemoveFromListIfValid removes the provided entries if they are not nil.
Retry will execute the condition & repeatedly in intervals till this condition returns true or times out Note: It is valid for a condition to return true with error Note: Original error throws by the condition is preserved.

# Structs

No description provided by the author