Documentation ¶
Index ¶
- Constants
- func ByteToString(b []byte) string
- func Decode64(s string) []byte
- func Encode64(b []byte) string
- func EncodeHex(h []byte) string
- func GetIpRemoteAddr(ctx *gin.Context) string
- func ResolvePagination(queryPage string) int
- func StringToInt(s string) (int, bool)
- func ValidatorParamWithBetween(data, paramName string, min, max int) error
Constants ¶
View Source
const ( PAGINATION_LIMIT = 50 PAGINATION_PAGE_MIN = 1 )
Variables ¶
This section is empty.
Functions ¶
func ByteToString ¶
func GetIpRemoteAddr ¶ added in v0.1.3
func ResolvePagination ¶
func StringToInt ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.