google.golang.org/api/internal.DialSettings.DefaultEndpoint (field)
5 uses
google.golang.org/api/internal (current package)
settings.go#L23: DefaultEndpoint string
google.golang.org/api/option/internaloption
internaloption.go#L16: settings.DefaultEndpoint = string(o)
google.golang.org/api/transport/http
dial.go#L274: return settings.DefaultEndpoint, nil
dial.go#L280: if settings.DefaultEndpoint == "" {
dial.go#L285: return mergeEndpoints(settings.DefaultEndpoint, settings.Endpoint)
![]() |
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. |