Sphire Mantis API Documentation

Sphire Mantis' API Documentation

View the Project on GitHub sphireinc/Mantis

Go Report Card Go Reference

encoding

import "github.com/sphireinc/mantis/encoding"

Index

func Base64Decode

func Base64Decode(encodedData string) ([]byte, error)

Base64Decode decodes a base64 encoded string

func Base64EncodeStd

func Base64EncodeStd(data string) string

Base64EncodeStd encodes a string into a standard Base64 string

func Base64EncodeURL

func Base64EncodeURL(data string) string

Base64EncodeURL encodes a string into a Base64 string that is url-compatible

Generated by gomarkdoc