Struct libalpm::RepoOptions [] [src]

pub struct RepoOptions {
    pub name: String,
    pub servers: Vec<String>,
}

Options for a repository.

Fields

The name of the repository.

A vector containing urls for the repository's mirrors.