Struct omicron_zone_package::package::PrebuiltBlob
source · pub struct PrebuiltBlob {
pub repo: String,
pub series: String,
pub commit: String,
pub artifact: String,
pub sha256: String,
}Expand description
Describes a path to a Buildomat-generated artifact that should reside at the following path:
https://buildomat.eng.oxide.computer/public/file/oxidecomputer/REPO/SERIES/COMMIT/ARTIFACT
Fields§
§repo: String§series: String§commit: String§artifact: String§sha256: StringTrait Implementations§
source§impl Debug for PrebuiltBlob
impl Debug for PrebuiltBlob
source§impl<'de> Deserialize<'de> for PrebuiltBlob
impl<'de> Deserialize<'de> for PrebuiltBlob
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more