package internal
import "go.opentelemetry.io/otel/internal"
Index ¶
- func BoolToRaw(b bool) uint64
- func Float64ToRaw(f float64) uint64
- func Int64ToRaw(i int64) uint64
- func RawPtrToFloat64Ptr(r *uint64) *float64
- func RawPtrToInt64Ptr(r *uint64) *int64
- func RawToBool(r uint64) bool
- func RawToFloat64(r uint64) float64
- func RawToInt64(r uint64) int64
Functions ¶
func BoolToRaw ¶
func Float64ToRaw ¶
func Int64ToRaw ¶
func RawPtrToFloat64Ptr ¶
func RawPtrToInt64Ptr ¶
func RawToBool ¶
func RawToFloat64 ¶
func RawToInt64 ¶
Source Files ¶
gen.go rawhelpers.go
Directories ¶
Path | Synopsis |
---|---|
internal/attribute | Package attribute provide several helper functions for some commonly used logic of processing attributes. |
internal/baggage | Package baggage provides base types and functionality to store and retrieve baggage in Go context. |
internal/global | |
internal/internaltest | |
internal/matchers |
- Version
- v1.34.0 (latest)
- Published
- Jan 17, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.