package
0.0.0-20180612135327-062eff57d0b2
Repository: https://github.com/signalfx/istio.git
Documentation: pkg.go.dev
# Functions
CopyBag makes a deep copy of a bag.
GetBagFromProto returns an initialized bag from an Attribute proto.
GetFakeMutableBagForTesting returns a Mutable bag based on the specified map Use this function only for testing purposes.
GetMutableBag returns an initialized bag.
No description provided by the author
NewProtoBag creates a new proto-based attribute bag.
# Structs
MutableBag is a generic mechanism to read and write a set of attributes.
ProtoBag implements the Bag interface on top of an Attributes proto.
ReferencedAttributeSnapshot keeps track of the attribute reference state for a mutable bag.
StringMap wraps a map[string]string and reference counts it.
# Interfaces
Bag is a generic mechanism to access a set of attributes.