generator

package
v0.0.0-...-22675a6 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2020 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Overview

Package generator handles generation of all key types

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CD

type CD struct {
}

CD Key

func (CD) Generate

func (CD) Generate(ch chan string)

Generate generates an 10-digit CD key.

type ElevenCD

type ElevenCD struct {
}

ElevenCD is an 11-digit CD key

func (ElevenCD) Generate

func (ElevenCD) Generate(ch chan string)

Generate generates an 11-digit CD key.

type KeyGenerator

type KeyGenerator interface {
	Generate(chan string)
}

KeyGenerator is what it says on the tin

type OEM

type OEM struct {
}

OEM key

func (OEM) Generate

func (o OEM) Generate(ch chan string)

Generate generates an OEM key

Directories

Path Synopsis
module

Jump to

Keyboard shortcuts

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