vectie/moonfish/integrity does not have a README file
pub(all) struct RecordIntegrityFinding {
run_id : String
check : RecordIntegrityCheck
status : RecordIntegrityStatus
path : String
message : String
} derive(Eq, ToJson, Debug, FromJson)fn record_integrity_finding(run_id : String, check : RecordIntegrityCheck, status : RecordIntegrityStatus, path : String, message : String) -> RecordIntegrityFindingDependencies