Versions in this module Expand all Collapse all v0 v0.1.1 Oct 2, 2022 v0.1.0 Apr 12, 2022 Changes in this version + func BuildFoodSearchURL(foodName string, searchFoodBaseURL string) string + func DecodeBase64URL(rawString string) ([]byte, error) + func DecodeJWT(tokenString string) string + func EncodeBase64(rawString string) string + func GenJWT(claims jwt.MapClaims, header map[string]interface{}, secret []byte) (string, error) + func GenRandomNum(min, max int) int