Versions in this module Expand all Collapse all v0 v0.0.2 Feb 5, 2024 Changes in this version + const APIPrefix + const Base64Path + const HashPath + const JSONPath + const JWTPath + const PasswordPath + const PropertiesPath + const TextsPath + const TimePath + const ULIDPath + const URLPath + const UUIDPath + const YAMLPath + func AddAPILayer(app *fiber.App) + type Base64Request struct + String string + type CompareRequest struct + CheckLine bool + Text1 string + Text2 string + type DateTimeRequest struct + DateTime string + type EpochTimeRequest struct + Epoch string + type HashRequest struct + String string + type JWTDecodeRequest struct + JWT string + type JWTEncodeRequest struct + Claims map[string]interface{} + Headers map[string]interface{} + Secret string + type PropertiesRequest struct + Properties string + type Response struct + Data interface{} + Message string + Success bool + type URLRequest struct + URL string + type YamlRequest struct + Yaml string v0.0.2-alpha Jan 26, 2024