randomstring

package
v0.0.48 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package randomstring provides utilities for generating random strings.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Charset

type Charset struct {
	// contains filtered or unexported fields
}

Charset is a wrapper for a charset that needs to be provided for random string generation. It prevents the need to create a big.Int multiple times.

func NewCharset

func NewCharset(charset string) *Charset

type Generator

type Generator interface {
	Generate(prefix string, length int, charset *Charset) (string, error)
}

type StandardGenerator

type StandardGenerator struct{}

func (StandardGenerator) Generate

func (StandardGenerator) Generate(prefix string, length int, charset *Charset) (string, error)

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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