func github.com/google/safehtml/internal/safehtmlutil.Indirect
10 uses
github.com/google/safehtml/internal/safehtmlutil (current package)
safehtmlutil.go#L167: func Indirect(a interface{}) interface{} {
github.com/google/safehtml/template
sanitizers.go#L521: if safeTypeValue, ok := safehtmlutil.Indirect(args[0]).(safehtml.HTML); ok {
sanitizers.go#L531: if safeTypeValue, ok := safehtmlutil.Indirect(args[0]).(safehtml.HTML); ok {
sanitizers.go#L540: if safeTypeValue, ok := safehtmlutil.Indirect(args[0]).(safehtml.Identifier); ok {
sanitizers.go#L567: if safeTypeValue, ok := safehtmlutil.Indirect(args[0]).(safehtml.Script); ok {
sanitizers.go#L576: if safeTypeValue, ok := safehtmlutil.Indirect(args[0]).(safehtml.Style); ok {
sanitizers.go#L585: if safeTypeValue, ok := safehtmlutil.Indirect(args[0]).(safehtml.StyleSheet); ok {
sanitizers.go#L607: if safeTypeValue, ok := safehtmlutil.Indirect(args[0]).(safehtml.TrustedResourceURL); ok {
sanitizers.go#L616: switch v := safehtmlutil.Indirect(args[0]).(type) {
sanitizers.go#L627: if safeTypeValue, ok := safehtmlutil.Indirect(args[0]).(safehtml.URL); ok {
![]() |
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. |