Struct cage::Sources [] [src]

pub struct Sources { /* fields omitted */ }

All the source trees associated with a project's Docker images.

Methods

impl Sources
[src]

Iterate over all source trees associated with this project.

TODO LOW: Replace with IntoIterator.

Look up a source tree using the short-form local alias.

Look up a source tree mutably using the short-form local alias.

Look up a source tree given a git URL.

Look up a source tree using a "lib key", which is key used in config/sources.yml and with service labels of the form io.fdy.cage.lib.<KEY>.

Save any state that we want to persist until the next run.

Trait Implementations

impl Debug for Sources
[src]

Formats the value using the given formatter.