shorturl

package
v0.0.0-...-1369677 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	StrLen   int64  // 生成短地址标识长度
	Shift    int64  // 右移移位数
	Alphabet string // 对应进制数字符表
}

Config 短地址配置信息

type ShortUrl

type ShortUrl interface {
	Generator(longURL string) string
}

ShortUrl 短地址接口

func MustNewShortUrl

func MustNewShortUrl(c *Config) ShortUrl

MustNewShortUrl 新建短地址生成对象

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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