util

package
v0.4.1-rc4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AppendUniqueString added in v0.2.1

func AppendUniqueString(keys []string, key string) []string

AppendUniqueString will append a string to a slice if and only if the string is not already in the slice.

func ConcatBytes

func ConcatBytes(margin int, bzs ...[]byte) []byte

ConcatBytes creates a new slice by merging list of bytes and leaving empty amount of margin bytes at the end

func SafeInt64ToUint64 added in v0.4.1

func SafeInt64ToUint64(i int64) uint64

func SafeIntToUint32 added in v0.4.1

func SafeIntToUint32(i int) uint32

func SafeIntToUint64 added in v0.4.1

func SafeIntToUint64(i int) uint64

func SafeUint64ToInt64 added in v0.4.1

func SafeUint64ToInt64(i uint64) int64

func SafeUint64ToUint32 added in v0.4.1

func SafeUint64ToUint32(i uint64) uint32

func UintWithNullPrefix

func UintWithNullPrefix(n uint64) []byte

Types

This section is empty.

Directories

Path Synopsis
Package checkers provides functions and structures to verify common types and aggregate errors.
Package checkers provides functions and structures to verify common types and aggregate errors.
Package genmap provides generic functions for manipulating maps.
Package genmap provides generic functions for manipulating maps.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL