Registry / utility / wealdtech-go-indexer

wealdtech-go-indexer

JSON →
library1.1.0gogounverified

Provides an indexing system between names and UUIDs.

go get github.com/wealdtech/go-indexer
INSTALL
IMPORT
SIG · WEALDTECH-GO-INDEX
W
wealdtech-go-indexer
utilitygov1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

indexer
✓ github.com/wealdtech/go-indexer

Creates an indexer, adds a name-UUID mapping, and retrieves it.

package main import ( "fmt" "github.com/wealdtech/go-indexer" ) func main() { idx := indexer.New() idx.Add("example", "123e4567-e89b-12d3-a456-426614174000") fmt.Println(idx.Get("example")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
wealdtech-go-indexer — go get wealdtech-go-indexer · libregistry