package
2.0.0+incompatible
Repository: https://github.com/ibm-cloud/client-go.git
Documentation: pkg.go.dev
# Functions
NewBroadcaster registers a set of listeners that support the Listener interface and notifies them all on changes.
NewMux creates a new mux that can merge changes from multiple sources.
NewNamedKeyCertArray creates a new NamedCertKeyArray with the internal value pointing to p.
# Variables
DefaultFeatureGate is a shared global FeatureGate.
# Structs
No description provided by the author
Mux is a class for merging configuration from multiple sources.
NamedCertKey is a flag value parsing "certfile,keyfile" and "certfile,keyfile:name,name,name".
NamedCertKeyArray is a flag value parsing NamedCertKeys, each passed with its own flag instance (in contrast to comma separated slices).
# Interfaces
Accessor is an interface for retrieving the current merge state.
FeatureGate parses and stores flag gates for known features from a string like feature1=true,feature2=false,...
No description provided by the author
No description provided by the author
# Type aliases
AccessorFunc implements the Accessor interface.
No description provided by the author
ListenerFunc receives a representation of the change or object.
MergeFunc implements the Merger interface.