safe

package
v0.63.3 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package safe provides template functions for escaping untrusted content or encapsulating trusted content.

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 "safe" namespace.

func New

func New() *Namespace

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

func (*Namespace) CSS

func (ns *Namespace) CSS(a interface{}) (template.CSS, error)

CSS returns a given string as html/template CSS content.

func (*Namespace) HTML

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

HTML returns a given string as html/template HTML content.

func (*Namespace) HTMLAttr

func (ns *Namespace) HTMLAttr(a interface{}) (template.HTMLAttr, error)

HTMLAttr returns a given string as html/template HTMLAttr content.

func (*Namespace) JS

func (ns *Namespace) JS(a interface{}) (template.JS, error)

JS returns the given string as a html/template JS content.

func (*Namespace) JSStr

func (ns *Namespace) JSStr(a interface{}) (template.JSStr, error)

JSStr returns the given string as a html/template JSStr content.

func (*Namespace) SanitizeURL

func (ns *Namespace) SanitizeURL(a interface{}) (string, error)

SanitizeURL returns a given string as html/template URL content.

func (*Namespace) URL

func (ns *Namespace) URL(a interface{}) (template.URL, error)

URL returns a given string as html/template URL content.

Jump to

Keyboard shortcuts

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