Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -41,6 +41,12 @@ impl TryFrom<String> for ArtifactID {
|
||||
}
|
||||
}
|
||||
|
||||
impl From<uuid::Uuid> for ArtifactID {
|
||||
fn from(value: uuid::Uuid) -> Self {
|
||||
Self(value)
|
||||
}
|
||||
}
|
||||
|
||||
pub struct UploadArtifact {
|
||||
pub file_path: PathBuf,
|
||||
}
|
||||
|
Reference in New Issue
Block a user