Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client allows access to the charmdownloader API.
func (*Client) DownloadApplicationCharms ¶
DownloadApplicationCharms iterates the list of provided applications and downloads any referenced charms that have not yet been persisted to the blob store.
func (*Client) WatchApplicationsWithPendingCharms ¶
func (c *Client) WatchApplicationsWithPendingCharms() (watcher.StringsWatcher, error)
WatchApplicationsWithPendingCharms emits the application names that reference a charm that is pending to be downloaded.
Click to show internal directories.
Click to hide internal directories.