package tagencoding

Import Path
	go.opencensus.io/internal/tagencoding (on go.dev)

Dependency Relation
	imports 0 packages, and imported by one package

Involved Source Files Package tagencoding contains the tag encoding used interally by the stats collector.
Package-Level Type Names (only one, which is exported)
/* sort exporteds by: | */
Values represent the encoded buffer for the values. Buffer []byte ReadIndex int WriteIndex int Bytes returns a reference to already written bytes in the Buffer. ReadValue is the helper method to decode Values to a map[Key][]byte. WriteValue is the helper method to encode Values from map[Key][]byte.