Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface { // Md5 加密 // @Tags Helper // @Router /helper/md5/{str} [get] Md5() core.HandlerFunc // Sign 签名 // @Tags Helper // @Router /helper/sign [post] Sign() core.HandlerFunc // contains filtered or unexported methods }
Click to show internal directories.
Click to hide internal directories.