idgen

package
v0.1.13 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package idgen wraps the UUID generator so that it can be stubbed in tests. It lives under `internal` because callers should not rely on its exact behaviour or API – they should treat identifiers as opaque strings.

Index

Constants

This section is empty.

Variables

View Source
var NewFunc = func() string { return uuid.New().String() }

Functions

func New

func New() string

Types

This section is empty.

Jump to

Keyboard shortcuts

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