Versions in this module Expand all Collapse all v0 v0.0.2 Jul 14, 2024 v0.0.1 Jul 7, 2024 Changes in this version + const CACHE_CONTROL + const DEV_ENV + const FIBER_CACHE + const FIBER_SERVER + const FIBER_STORAGE + const METHOD_GET + const METHOD_POST + const NO_CACHE + const PLATFORM + const SESSIONS + const UA + const WEEK_IN_MILLI + const X_AUTH_EXPIRE + const X_AUTH_KEY + const X_AUTH_USER + const X_KAPI_SIGN + const X_RECV_WINDOW + const X_TIMESTAMP + const X_USER_SESSION + func BoolToString(value bool) string + func CheckError(err error) + func DeSerialize(data []byte) any + func Float64ToString(value float64) string + func GenerateRandomToken(x int) string + func GenerateRandomTokenPlus(x int, c string) string + func GetEnv(key string) string + func GetTimeFromUnixTime(i int64) time.Time + func Hash(data string) string + func Hmac256Signature(secret, data string) string + func Int32ToString(value int32) string + func Int64ToString(value int64) string + func NewFromFiber(a any, c *fiber.Ctx) int + func Recast(a, b any) error + func Serialize(s any) []byte + func ServerErrorHandler(ctx *fiber.Ctx, err error) error + func SetNoCacheControl(c *fiber.Ctx) + func SlugToKeyword(slug string) string + func StringToBool(value string) bool + func StringToFloat64(value string) float64 + func StringToInt32(value string) int32 + func StringToInt64(value string) int64