func cloud.google.com/go/compute/metadata.OnGCE
7 uses
cloud.google.com/go/compute/metadata (current package)
metadata.go#L108: func OnGCE() bool {
cloud.google.com/go/logging
logging.go#L264: if !metadata.OnGCE() {
cloud.google.com/go/profiler
profiler.go#L79: onGCE = gcemd.OnGCE
contrib.go.opencensus.io/exporter/stackdriver
stackdriver.go#L323: if metadataapi.OnGCE() {
golang.org/x/oauth2/google
default.go#L107: if metadata.OnGCE() {
google.go#L168: if !metadata.OnGCE() {
google.golang.org/api/idtoken
idtoken.go#L97: if metadata.OnGCE() {
![]() |
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. |