cloud.google.com/go/compute/metadata.Client.lines (method)
4 uses
cloud.google.com/go/compute/metadata (current package)
metadata.go#L344: func (c *Client) lines(suffix string) ([]string, error) {
metadata.go#L423: func (c *Client) InstanceAttributes() ([]string, error) { return c.lines("instance/attributes/") }
metadata.go#L428: func (c *Client) ProjectAttributes() ([]string, error) { return c.lines("project/attributes/") }
metadata.go#L461: return c.lines("instance/service-accounts/" + serviceAccount + "/scopes")
 |
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. |