crypto/tls.Config.RootCAs (field)
7 uses
crypto/tls (current package)
common.go#L654: RootCAs *x509.CertPool
common.go#L939: RootCAs: c.RootCAs,
handshake_client.go#L1113: Roots: c.config.RootCAs,
handshake_client.go#L1136: Roots: c.config.RootCAs,
google.golang.org/grpc/credentials
tls.go#L268: return NewTLS(&tls.Config{ServerName: serverNameOverride, RootCAs: cp})
tls.go#L290: return NewTLS(&tls.Config{ServerName: serverNameOverride, RootCAs: cp}), nil
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)