type github.com/google/safehtml.URL
13 uses
github.com/google/safehtml (current package)
init.go#L38: func urlRaw(s string) URL {
init.go#L39: return URL{s}
url.go#L30: type URL struct {
url.go#L62: func URLSanitized(url string) URL {
url.go#L64: return URL{InnocuousURL}
url.go#L66: return URL{url}
url.go#L125: func (u URL) String() string {
github.com/google/safehtml/legacyconversions
legacyconversions.go#L28: var url = raw.URL.(func(string) safehtml.URL)
legacyconversions.go#L58: func RiskilyAssumeURL(s string) safehtml.URL {
github.com/google/safehtml/template
sanitizers.go#L617: case safehtml.TrustedResourceURL, safehtml.URL:
sanitizers.go#L627: if safeTypeValue, ok := safehtmlutil.Indirect(args[0]).(safehtml.URL); ok {
github.com/google/safehtml/uncheckedconversions
uncheckedconversions.go#L33: var url = raw.URL.(func(string) safehtml.URL)
uncheckedconversions.go#L117: func URLFromStringKnownToSatisfyTypeContract(s string) safehtml.URL {
![]() |
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. |