type cloud.google.com/go/compute/metadata.NotDefinedError
5 uses
cloud.google.com/go/compute/metadata (current package)
metadata.go#L79: type NotDefinedError string
metadata.go#L81: func (suffix NotDefinedError) Error() string {
metadata.go#L313: return "", "", NotDefinedError(suffix)
metadata.go#L495: if _, deleted := err.(NotDefinedError); !deleted {
cloud.google.com/go/profiler
profiler.go#L582: if _, ok := err.(gcemd.NotDefinedError); !ok {
![]() |
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. |