shortner

package
v0.0.0-...-a41518b Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Conf

type Conf struct {
	ValidUrlPattern   string          `mapstructure:"valid-url-pattern"`
	GenUrlPattern     string          `mapstructure:"gen-url-pattern"`
	GenMaxRetries     int             `mapstructure:"gen-max-retries"`
	DefaultShortener  string          `mapstructure:"default-shortener"`
	DefaultHashAlgo   string          `mapstructure:"default-hash-algo"`
	DefaultLen        int             `mapstructure:"default-len"`
	Maxlen            int             `mapstructure:"max-len"`
	AllowedShorteners map[string]bool `mapstructure:"allowed-shorteners"`
	AllowedHashAlgo   map[string]bool `mapstructure:"allowed-hash-algo"`
}

Jump to

Keyboard shortcuts

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