package
4.0.11
Repository: https://github.com/pion/webrtc.git
Documentation: pkg.go.dev

# Functions

NewBool turns a bool into a valid null.Bool.
NewByte turns a byte into a valid null.Byte.
NewComplex128 turns a complex128 into a valid null.Complex128.
NewComplex64 turns a complex64 into a valid null.Complex64.
NewFloat32 turns a float32 into a valid null.Float32.
NewFloat64 turns a float64 into a valid null.Float64.
NewInt turns a int into a valid null.Int.
NewInt16 turns a int16 into a valid null.Int16.
NewInt32 turns a int32 into a valid null.Int32.
NewInt64 turns a int64 into a valid null.Int64.
NewInt8 turns a int8 into a valid null.Int8.
NewRune turns a rune into a valid null.Rune.
NewString turns a string into a valid null.String.
NewUint turns a uint into a valid null.Uint.
NewUint16 turns a uint16 into a valid null.Uint16.
NewUint32 turns a uint32 into a valid null.Uint32.
NewUint64 turns a uint64 into a valid null.Uint64.
NewUint8 turns a uint8 into a valid null.Uint8.

# Structs

Bool is used to represent a bool that may be null.
Byte is used to represent a byte that may be null.
Complex128 is used to represent a complex128 that may be null.
Complex64 is used to represent a complex64 that may be null.
Float32 is used to represent a float32 that may be null.
Float64 is used to represent a float64 that may be null.
Int is used to represent a int that may be null.
Int16 is used to represent a int16 that may be null.
Int32 is used to represent a int32 that may be null.
Int64 is used to represent a int64 that may be null.
Int8 is used to represent a int8 that may be null.
Rune is used to represent a rune that may be null.
String is used to represent a string that may be null.
Uint is used to represent a uint that may be null.
Uint16 is used to represent a uint16 that may be null.
Uint32 is used to represent a uint32 that may be null.
Uint64 is used to represent a uint64 that may be null.
Uint8 is used to represent a uint8 that may be null.