common

package
v2.2.0-mercury-20230527 Latest Latest
Warning

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

Go to latest
Published: May 27, 2023 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AlignedBytesToString

func AlignedBytesToString(data []byte) string

func BytesToUint32

func BytesToUint32(data []byte) uint32

func StringToAlignedBytes

func StringToAlignedBytes(input string, size int) []byte

input string can't have any 0x0 characters

func Uint32ToBytes

func Uint32ToBytes(val uint32) []byte

Types

type Clock

type Clock interface {
	Now() time.Time
}

An easily-mockable clock interface.

func NewRealClock

func NewRealClock() Clock

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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