Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WithTracer = base.WithTracer
WithTracer returns an Option that configures the Client to use the supplied tracer.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { base.ClientFacade // contains filtered or unexported fields }
Client provides access to cloud image metadata. It is used to find, save and update image metadata.
func NewClient ¶
func NewClient(st base.APICallCloser, options ...Option) *Client
NewClient returns a new metadata client.
Click to show internal directories.
Click to hide internal directories.