base

package
v0.0.0-...-79ff8a7 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Attempt

func Attempt(function func()) (err error)

func ConvertToString

func ConvertToString(data ...interface{}) string

func JavaSHA256HashLong

func JavaSHA256HashLong(value int64) []byte

func JavaStringHashCode

func JavaStringHashCode(value string) int32

Types

type Kills

type Kills interface {
	Kill()
}

type Loads

type Loads interface {
	Load()
}

type Named

type Named interface {
	Name() string
}

type State

type State interface {
	Loads
	Kills
}

type Unique

type Unique interface {
	UUID() uuid.UUID
}

Jump to

Keyboard shortcuts

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