README

vectie/moonfish/export does not have a README file

#
ExportItem

pub(all) struct ExportItem {
run_id : String
kind : ExportItemKind
path : String
schema_id : String
public : Bool
required : Bool
purpose : String
} derive(Eq, ToJson,
Debug
,
FromJson
)

#
ExportItemKind

pub(all) enum ExportItemKind {
EvidenceArtifact
ReplayPlanArtifact
OperatorViewArtifact
ExportManifestArtifact
} derive(Eq, ToJson,
Debug
,
FromJson
)

#
ExportManifest

pub(all) struct ExportManifest {
run_id : String
profile : ExportProfile
destination_path : String
includes_raw_model_exchange : Bool
item_count : Int
items : Array[ExportItem]
} derive(Eq, ToJson,
Debug
,
FromJson
)

#
ExportProfile

pub(all) enum ExportProfile {
PublicSummary
InternalAudit
} derive(Eq, ToJson,
Debug
,
FromJson
)

#
export_item

fn export_item(run_id : String, kind : ExportItemKind, path : String, schema_id : String, purpose : String, public? : Bool, required? : Bool) -> ExportItem

#
prepare_export_manifest

Source Files

Powered by MoonBit

Site sourceReport issuePackagesBuild queueSkillsStatistics

© 2026 mooncakes.io