Versions in this module Expand all Collapse all v0 v0.2.0 Apr 15, 2020 Changes in this version + const CMP_STRING_CASE_INSENSITIVE + const CMP_STRING_CONTAINS + const CMP_STRING_ENDSWITH + const CMP_STRING_EQUAL + const CMP_STRING_IGNORE_SPACES + const CMP_STRING_OMIT + const CMP_STRING_STARTSWITH + const USER_ANONYMOUS + const USER_FORBIDDEN + const USER_LIMITED + const USER_REGULAR + const USER_SUPER + func Abort(ctx *fiber.Ctx, code int) + func AbortJSON(ctx *fiber.Ctx, code int, body interface{}) + func AccessDenied(ctx *fiber.Ctx, msg string) + func ConcatWith(master, slave string) string + func GetAnonymousOpenUrls() (urls []string) + func GetLimitedBlackListUrls() (urls []string) + func GetLimitedWhiteListUrls() (urls []string) + func GetRegularPermissionUrls(ctx *fiber.Ctx) (urls []string) + func GetSuperPermissionUrls(ctx *fiber.Ctx) (urls []string) + func GetUserType(ctx *fiber.Ctx) (int, error) + func InStringList(x string, lst []string, cmp int) bool + func IsStaticResourceUrl(url string) bool + func QueryDefault(ctx *fiber.Ctx, key, val string) (value string) + func RemoveSpaces(s string) string + func WrapWith(s, left, right string) string