func google.golang.org/api/internal.Creds
5 uses
google.golang.org/api/internal (current package)
creds.go#L21: func Creds(ctx context.Context, ds *DialSettings) (*google.Credentials, error) {
google.golang.org/api/idtoken
idtoken.go#L88: creds, err := internal.Creds(ctx, ds)
google.golang.org/api/transport
go19.go#L24: return internal.Creds(ctx, &ds)
google.golang.org/api/transport/grpc
dial.go#L122: creds, err := internal.Creds(ctx, o)
google.golang.org/api/transport/http
dial.go#L94: creds, err := internal.Creds(ctx, settings)
![]() |
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. |