2024-05-11 19:46:20 +01:00
|
|
|
/// The path for the repo within the forge.
|
|
|
|
/// Typically this is composed of the user or organisation and the name of the repo
|
|
|
|
/// e.g. `{user}/{repo}`
|
2024-05-19 20:02:06 +01:00
|
|
|
#[derive(Clone, Default, Debug, PartialEq, Eq, derive_more::Constructor, derive_more::Display)]
|
2024-05-15 07:55:05 +01:00
|
|
|
pub struct RepoPath(String);
|