package
0.0.0-20181129014701-1757c391b1ac
Repository: https://github.com/lightstep/tracecontext.go.git
Documentation: pkg.go.dev

# Functions

Parse attempts to decode a `TraceState` from a byte array.
ParseString attempts to decode a `TraceState` from a string.

# Variables

ErrDuplicateListMemberKey occurs if at least two list members contain the same vendor-tenant pair.
ErrInvalidListMember occurs if at least one list member is invalid, e.g., contains an unexpected character.
ErrTooManyListMembers occurs if the list contains more than the maximum number of members per the spec, i.e., 32.

# Structs

Member contains vendor-specific data that should be propagated across all new spans started within a given trace.

# Type aliases

TraceState represents a list of `Member`s that should be propagated to new spans started in a trace.