Sphire Mantis' API Documentation
import "github.com/sphireinc/mantis/encoding"
func Base64Decode(encodedData string) ([]byte, error)
Base64Decode decodes a base64 encoded string
func Base64EncodeStd(data string) string
Base64EncodeStd encodes a string into a standard Base64 string
func Base64EncodeURL(data string) string
Base64EncodeURL encodes a string into a Base64 string that is url-compatible
Generated by gomarkdoc