UniqueID_Go

package module
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: MIT Imports: 4 Imported by: 0

README

UniqueID_Go

Documentation

Overview

Package UniqueID_Go Description

Package UniqueID_Go is the home of a data type we call "UniqueID".

Unique ID → UniqueID

As the name implies, a Unique ID instance is a unique (lowercase-only) alphanumeric ID.

These IDs can be used to identify database records, customer accounts, and so on.

These IDs are meant for simple use-cases only. Look elsewhere if you need something that is also crypto-safe.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UniqueID_Go__Intlz

func UniqueID_Go__Intlz(Length int) string

Initializer UniqueID_Go__Intlz creates and initializes a new Unique ID.

This initializer guarantees a unique ID as long as two or more threads (goroutines) do not call it at the exact same time.

This initializer never generates less than 12-char IDs.

Types

This section is empty.

Jump to

Keyboard shortcuts

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