Documentation ¶
Index ¶
- Variables
- func Base64(c echo.Context) (err error)
- func GenPassword(ctx echo.Context) error
- func IP2Region(c echo.Context) error
- func RegexpTest(c echo.Context) error
- func Replace(c echo.Context) (err error)
- func ReplaceURL(c echo.Context) (err error)
- func Timestamp(c echo.Context) (err error)
- func URL(c echo.Context) (err error)
- type RegexpForm
Constants ¶
This section is empty.
Variables ¶
View Source
true, Name: `IP归属地`, Action: `ip`, }, { Display: true, Name: `Base64解码`, Action: `base64`, }, { Display: true, Name: `URL解码`, Action: `url`, }, { Display: true, Name: `时间戳转换`, Action: `timestamp`, }, { Display: true, Name: `正则表达式测试`, Action: `regexp_test`, }, { Display: true, Name: `附件网址替换`, Action: `replaceurl`, }, { Display: true, Name: `生成密码`, Action: `gen_password`, Target: `ajax`, }, }{ Display:
Functions ¶
func GenPassword ¶
func RegexpTest ¶ added in v5.2.1
func ReplaceURL ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.