func cloud.google.com/go/compute/metadata.Get
3 uses
cloud.google.com/go/compute/metadata (current package)
metadata.go#L204: func Get(suffix string) (string, error) { return defaultClient.Get(suffix) }
golang.org/x/oauth2/google
google.go#L181: tokenJSON, err := metadata.Get(tokenURI)
google.golang.org/api/idtoken
compute.go#L43: res, err := metadata.Get(urlSuffix)
![]() |
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. |