const cloud.google.com/go/compute/metadata.metadataIP
4 uses
cloud.google.com/go/compute/metadata (current package)
metadata.go#L39: metadataIP = "169.254.169.254"
metadata.go#L131: req, _ := http.NewRequest("GET", "http://"+metadataIP, nil)
metadata.go#L148: resc <- strsContains(addrs, metadataIP)
metadata.go#L297: host = metadataIP
![]() |
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. |