package
0.0.0
Repository: https://github.com/pyqlsa/token-forge.git
Documentation: pkg.go.dev

# Functions

GenGhTokenFunc returns a token generation function based on the provided token prefix; if an empty string is provided, the returned function will generate tokens with a randomly selected prefix; if a non-empty string is provided, then the returned function will generate all tokens w/ the given prefix.

# Structs

DisectCmd represents the disect tokens cli command.
GenCmd represents the generate tokens cli command.
GhUserInfo holds GitHub user information along with the token used to get the information.
Globals represents globally shared flags for cli commands.
IPCmd represents the ip check cli command.
LocalCmd represents the local collision test cli command.
LoginCmd represents the login w/ token(s) cli command.
ProxyConfig represents parameters for setting a proxy.
TokenParams represents parameters for token generation.
TokenSourceArgs represents a source of tokens.