package
2.0.2+incompatible
Repository: https://github.com/ssvlabs/ssv.git
Documentation: pkg.go.dev

# Functions

NewSafeBool returns a new SafeBytes from []byte.
NewSafeBytes returns a new SafeBytes from []byte.
NewSafeBytesFromString returns a new SafeBytes from string.
NewSafeInt32 returns a new SafeInt32 instance.
NewSafeInt64 returns a new SafeInt64 instance.
NewSafeUint64 returns a new SafeUint64 instance.

# Variables

Bool returns a new SafeBytes instance.
Bytes returns a new SafeBytes instance.
BytesS returns a new SafeBytes instance (from string).
Int32 returns a new SafeInt32 instance.
Uint64 returns a new SafeUint64 instance.

# Structs

SafeBool is a thread safe []byte.
SafeBytes is a thread safe []byte.
SafeInt32 is a thread safe int32 equivalent.
SafeInt64 is a thread safe int64 equivalent.
SafeUint64 is a thread safe uint64 equivalent.