utils

package
v1.10.2 Latest Latest
Warning

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

Go to latest
Published: May 24, 2023 License: BSD-3-Clause Imports: 10 Imported by: 132

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Detach added in v1.9.4

func Detach(ctx context.Context) context.Context

func GetStacktrace added in v1.7.17

func GetStacktrace(all bool) string

func IsSortedAndUnique deprecated

func IsSortedAndUnique(data sort.Interface) bool

IsSortedAndUnique returns true if the elements in the data are unique and sorted.

Deprecated: Use one of the other [IsSortedAndUnique...] functions instead.

func IsSortedAndUniqueByHash added in v1.9.4

func IsSortedAndUniqueByHash[T ~[]byte](s []T) bool

Returns true iff the elements in [s] are unique and sorted based by their hashes.

func IsSortedAndUniqueOrdered added in v1.9.4

func IsSortedAndUniqueOrdered[T constraints.Ordered](s []T) bool

Returns true iff the elements in [s] are unique and sorted.

func IsSortedAndUniqueSortable added in v1.9.4

func IsSortedAndUniqueSortable[T Sortable[T]](s []T) bool

Returns true iff the elements in [s] are unique and sorted.

func IsUnique added in v1.9.4

func IsUnique[T comparable](elts []T) bool

Returns true iff the elements in [s] are unique.

func RandomBytes added in v1.3.2

func RandomBytes(n int) []byte

RandomBytes returns a slice of n random bytes Intended for use in testing

func Sort added in v1.9.4

func Sort[T Sortable[T]](s []T)

Sorts the elements of [s].

func SortByHash added in v1.9.4

func SortByHash[T ~[]byte](s []T)

Sorts the elements of [s] based on their hashes.

func SortBytes added in v1.9.4

func SortBytes[T ~[]byte](arr []T)

Sorts a 2D byte slice. Each byte slice is not sorted internally; the byte slices are sorted relative to one another.

func Zero added in v1.8.0

func Zero[T any]() T

Returns a new instance of a T.

Types

type Atomic added in v1.9.8

type Atomic[T any] struct {
	// contains filtered or unexported fields
}

func (*Atomic[T]) Get added in v1.9.8

func (a *Atomic[T]) Get() T

func (*Atomic[T]) Set added in v1.9.8

func (a *Atomic[T]) Set(value T)

type Sortable added in v1.9.4

type Sortable[T any] interface {
	Less(T) bool
}

Directories

Path Synopsis
crypto
bls
keychain
Package keychain is a generated GoMock package.
Package keychain is a generated GoMock package.
Package filesystem is a generated GoMock package.
Package filesystem is a generated GoMock package.
Package hashing is a generated GoMock package.
Package hashing is a generated GoMock package.
Package logging is a generated GoMock package.
Package logging is a generated GoMock package.
Package resource is a generated GoMock package.
Package resource is a generated GoMock package.

Jump to

Keyboard shortcuts

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