package raw

import "github.com/google/safehtml/internal/raw"

Package raw provides a coordination point for package safehtml, package uncheckedconversions, package legacyconversions, and package testconversions. raw must only be imported by these four packages.

Index

Variables

var HTML interface{}

HTML is the raw constructor for a safehtml.HTML.

var Identifier interface{}

Identifier is the raw constructor for a safehtml.Identifier.

var Script interface{}

Script is the raw constructor for a safehtml.Script.

var Style interface{}

Style is the raw constructor for a safehtml.Style.

var StyleSheet interface{}

StyleSheet is the raw constructor for a safehtml.StyleSheet.

var TrustedResourceURL interface{}

TrustedResourceURL is the raw constructor for a safehtml.TrustedResourceURL.

var URL interface{}

URL is the raw constructor for a safehtml.URL.

Source Files

raw.go

Version
v0.1.0 (latest)
Published
Apr 30, 2022
Platform
linux/amd64
Last checked
3 weeks ago

Tools for package owners.