Versions in this module Expand all Collapse all v0 v0.1.0 Aug 6, 2024 Changes in this version + func DecodeBase64ToUint(encoded string) (uint, error) + func DecodeFromBase64(s string) (string, error) + func EncodeToBase64(s string) string + func EncodeUintToBase64(value uint) string + func Hash(s string) string + func RespondWithJSON(c *gin.Context, code int, status string, data interface{}) + func SaveFileLocal(fileHeader *multipart.FileHeader, dst string) error + func ValidateFileType(fileHeader *multipart.FileHeader, expectedType string) bool