type github.com/google/safehtml.stringConstant
10 uses
github.com/google/safehtml (current package)
identifier.go#L55: func IdentifierFromConstant(value stringConstant) Identifier {
identifier.go#L68: func IdentifierFromConstantPrefix(prefix stringConstant, value string) Identifier {
init.go#L17: type stringConstant string
script.go#L50: func ScriptFromConstant(script stringConstant) Script {
script.go#L67: func ScriptFromDataAndConstant(name stringConstant, data interface{}, script stringConstant) (Script, error) {
style.go#L81: func StyleFromConstant(style stringConstant) Style {
stylesheet.go#L37: func StyleSheetFromConstant(styleSheet stringConstant) StyleSheet {
trustedresourceurl.go#L91: func TrustedResourceURLFromConstant(url stringConstant) TrustedResourceURL {
trustedresourceurl.go#L111: func TrustedResourceURLFormatFromConstant(format stringConstant, args map[string]string) (TrustedResourceURL, error) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |