stringid

package
v0.7.0-dev.2 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2016 License: Apache-2.0 Imports: 7 Imported by: 0

README

This package provides helper functions for dealing with string identifiers

Documentation

Overview

Package stringid provides helper functions for dealing with string identifiers

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateNonCryptoID

func GenerateNonCryptoID() string

GenerateNonCryptoID generates unique id without using cryptographically secure sources of random. It helps you to save entropy.

func GenerateRandomID

func GenerateRandomID() string

GenerateRandomID returns an unique id.

func IsShortID

func IsShortID(id string) bool

IsShortID determines if an arbitrary string *looks like* a short ID.

func TruncateID

func TruncateID(id string) string

TruncateID returns a shorthand version of a string identifier for convenience. A collision with other shorthands is very unlikely, but possible. In case of a collision a lookup with TruncIndex.Get() will fail, and the caller will need to use a langer prefix, or the full-length Id.

Types

This section is empty.

Jump to

Keyboard shortcuts

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