git-next/crates/config/src/repo_alias.rs

5 lines
190 B
Rust
Raw Normal View History

/// The alias of a repo
/// This is the alias for the repo within `git-next-server.toml`
#[derive(Clone, Debug, PartialEq, Eq, Hash, derive_more::Display)]
pub struct RepoAlias(pub String);