encoding

package
v0.47.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2018 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Namespace

type Namespace struct{}

Namespace provides template functions for the "encoding" namespace.

func New

func New() *Namespace

New returns a new instance of the encoding-namespaced template functions.

func (*Namespace) Base64Decode

func (ns *Namespace) Base64Decode(content interface{}) (string, error)

Base64Decode returns the base64 decoding of the given content.

func (*Namespace) Base64Encode

func (ns *Namespace) Base64Encode(content interface{}) (string, error)

Base64Encode returns the base64 encoding of the given content.

func (*Namespace) Jsonify

func (ns *Namespace) Jsonify(v interface{}) (template.HTML, error)

Jsonify encodes a given object to JSON.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL