components

package
v0.7.35 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2026 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BasicLookup

type BasicLookup struct {
	ThinHash func(stingray.ThinHash) string
	Hash     func(stingray.Hash) string
	Str      func(uint32) string
}

func (*BasicLookup) LookupHash

func (b *BasicLookup) LookupHash(hash stingray.Hash) string

func (*BasicLookup) LookupString

func (b *BasicLookup) LookupString(val uint32) string

func (*BasicLookup) LookupThinHash

func (b *BasicLookup) LookupThinHash(hash stingray.ThinHash) string

type HashLookup

type HashLookup interface {
	LookupHash(stingray.Hash) string
	LookupString(uint32) string
	LookupThinHash(stingray.ThinHash) string
}

Jump to

Keyboard shortcuts

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