package
1.5.1
Repository: https://github.com/andrestc/client-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
Package config provides utility objects for decoupling sources of configuration and the actual configuration state.
No description provided by the author
Package errors implements various utility functions and types around errors.
No description provided by the author
Package framer implements simple frame decoding techniques for an io.ReadCloser.
No description provided by the author
Package httpstream adds multiplexed streaming support to HTTP requests and responses via connection upgrades.
No description provided by the author
Package intstr is a generated protocol buffer package.
No description provided by the author
Package labels provides utilities to work with Kubernetes labels.
No description provided by the author
No description provided by the author
Package rand provides utilities related to randomization.
No description provided by the author
Package sets has auto-generated set types.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package wait provides tools for polling or listening for changes to a condition.
No description provided by the author

# Functions

Tests whether all pointer fields in a struct are nil.
Takes a list of strings and compiles them into a list of regular expressions.
ExecuteTemplate executes templateText with data and output written to w.
No description provided by the author
No description provided by the author
Int32Ptr returns a pointer to an int32.
Int32PtrDerefOr dereference the int32 ptr and returns it i not nil, else returns def.
IntPtr returns a pointer to an int.
IntPtrDerefOr dereference the int ptr and returns it i not nil, else returns def.
No description provided by the author
No description provided by the author
borrowed from ioutil.ReadDir ReadDir reads the directory named by dirname and returns a list of directory entries, minus those with lstat errors.
No description provided by the author
Detects if using systemd as the init system Please note that simply reading /proc/1/cmdline can be misleading because some installation of various init programs can automatically make /sbin/init a symlink or even a renamed version of their main program.

# Structs

StringFlag is a string flag compatible with flags and pflags that keeps track of whether it had a value supplied or not.
No description provided by the author