Struct conductor::Repos [] [src]

pub struct Repos { /* fields omitted */ }

All the git repositories associated with a project.

Methods

impl Repos
[src]

Iterate over all repositories associated with this project.

Look up a repository using the short-form local alias.

Look up a repository given a git URL.

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

Trait Implementations

impl Debug for Repos
[src]

Formats the value using the given formatter.