# Packages
No description provided by the author
# Functions
ExtractFromBase64Carrier extracts the pathway context from a carrier to a context object.
InjectToBase64Carrier injects a pathway context from a context object inta a carrier.
MergeContexts returns the first context which includes the pathway resulting from merging the pathways contained in all contexts.
PathwayFromContext returns the pathway contained in a Go context if present.
# Interfaces
No description provided by the author
TextMapReader allows iterating over sets of key/value pairs.
TextMapWriter allows setting key/value pairs of strings on the underlying data structure.