type google.golang.org/api/option.ClientCertSource
3 uses
google.golang.org/api/option (current package)
option.go#L248: type ClientCertSource = func(*tls.CertificateRequestInfo) (*tls.Certificate, error)
option.go#L264: func WithClientCertSource(s ClientCertSource) ClientOption {
option.go#L268: type withClientCertSource struct{ s ClientCertSource }
![]() |
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. |