Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvironCarrier ¶
type EnvironCarrier struct {
TraceParent, TraceState string
}
func PropagateFromEnvironment ¶
func PropagateFromEnvironment() *EnvironCarrier
func (*EnvironCarrier) Environ ¶
func (c *EnvironCarrier) Environ() []string
func (*EnvironCarrier) Get ¶
func (c *EnvironCarrier) Get(key string) string
Get returns the value associated with the passed key.
func (*EnvironCarrier) Keys ¶
func (c *EnvironCarrier) Keys() []string
Keys lists the keys stored in this carrier.
func (*EnvironCarrier) Set ¶
func (c *EnvironCarrier) Set(key, value string)
Set stores the key-value pair.
Click to show internal directories.
Click to hide internal directories.