2024-05-11 19:46:20 +01:00
|
|
|
/// The alias of a repo
|
|
|
|
/// This is the alias for the repo within `git-next-server.toml`
|
2024-05-12 22:27:20 +01:00
|
|
|
#[derive(Clone, Debug, PartialEq, Eq, Hash, derive_more::Display)]
|
2024-05-11 19:46:20 +01:00
|
|
|
pub struct RepoAlias(pub String);
|