refactor: add basic cargo make gen command

This commit is contained in:
2023-03-14 21:49:30 +01:00
committed by Kasper Juul Hermansen
parent b55bcc159f
commit 6ef4bdf587
2 changed files with 19 additions and 2 deletions

View File

@@ -111,8 +111,8 @@ pub struct BuildArg {
}
#[derive(Serialize, Deserialize, Debug, PartialEq, Clone)]
pub struct PipelineLabel {
pub value: String,
pub name: String,
pub value: String,
}
#[derive(Debug, Clone)]
pub struct CacheVolume {
@@ -2848,9 +2848,9 @@ impl Socket {
}
#[derive(Serialize, Deserialize, Clone, PartialEq, Debug)]
pub enum CacheSharingMode {
LOCKED,
SHARED,
PRIVATE,
LOCKED,
}
#[derive(Serialize, Deserialize, Clone, PartialEq, Debug)]
pub enum NetworkProtocol {