vectie/moonfish/release does not have a README file
pub(all) struct ReleaseCertificateInput {
product_status : MoonfishProductStatus
rehearsal_report : ProductRehearsalReport
} derive(Eq, ToJson, Debug, FromJson)pub(all) struct ReleaseFinding {
gate : ReleaseGate
status : ReleaseStatus
evidence_path : String
message : String
} derive(Eq, ToJson, Debug, FromJson)fn release_certificate_input(product_status : MoonfishProductStatus, rehearsal_report : ProductRehearsalReport) -> ReleaseCertificateInputfn release_finding(gate : ReleaseGate, status : ReleaseStatus, evidence_path : String, message : String) -> ReleaseFindingDependencies