package
2.0.0-alpha.1+incompatible
Repository: https://github.com/adohe/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 jsonpath is a template engine using jsonpath syntax, which can be seen at http://goessner.net/articles/JsonPath/.
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
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.
CreateTrie creates a Trie and add all strings in the provided list to it.
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
ReadDirNoStat returns a string of files/directories contained in dirname without calling lstat on them.
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

No description provided by the author
A simple trie implementation with Add an HasPrefix methods only.