...

Package internal

import "go.opentelemetry.io/otel/internal"
Overview
Index
Subdirectories

Overview ▾

func BoolToRaw

func BoolToRaw(b bool) uint64

func Float64ToRaw

func Float64ToRaw(f float64) uint64

func Int64ToRaw

func Int64ToRaw(i int64) uint64

func RawPtrToFloat64Ptr

func RawPtrToFloat64Ptr(r *uint64) *float64

func RawPtrToInt64Ptr

func RawPtrToInt64Ptr(r *uint64) *int64

func RawToBool

func RawToBool(r uint64) bool

func RawToFloat64

func RawToFloat64(r uint64) float64

func RawToInt64

func RawToInt64(r uint64) int64

Subdirectories

Name Synopsis
..