package
Version:
v0.2.21
Opens a new window with list of versions in this module.
Published: Dec 7, 2023
License: BSD-3-Clause-Clear
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
获取URL链接
longurl 待转换的长网址
date 有效期截止日期
设置默认配置项中的key标识信息
key 设置的key标识
type UrlConfig struct {
Url string `json:"url"`
Password string `json:"password"`
Expiry string `json:"expiry"`
Counts *UrlLimit `json:"limit"`
}
URL链接配置
type UrlLimit struct {
Type uint8 `json:"boundstype"`
Count uint `json:"bounds"`
}
访问次数限制
Source Files
¶
Click to show internal directories.
Click to hide internal directories.