Documentation ¶
Index ¶
- Constants
- func Bytes2String(bytes []byte) string
- func ParamUint32(ctx *gin.Context, key string) (uint32, error)
- func QueryInt(ctx *gin.Context, key string) (int, error)
- func QueryUint32(ctx *gin.Context, key string) (uint32, error)
- func String2Bytes(str string) []byte
- func VerifyEmailFormat(email string) bool
Constants ¶
View Source
const ( FormatDate = "2006-01-02" FormatDateTime = "2006-01-02 15:04:05" )
Variables ¶
This section is empty.
Functions ¶
func Bytes2String ¶
func String2Bytes ¶
func VerifyEmailFormat ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.