README

vectie/moonfish/history does not have a README file

#
RunHistoryEntry

pub(all) struct RunHistoryEntry {
run_id : String
status :
AnalysisRunStatus

symbol : String
timeframe : String
adapter : String
model : String
review_count : Int
blocking_review_count : Int
replay_available : Bool
export_item_count : Int
safety_ok : Bool
chart_path : String?
} derive(Eq, ToJson,
Debug
,
FromJson
)

#
RunHistoryIndex

pub(all) struct RunHistoryIndex {
total_count : Int
completed_count : Int
awaiting_market_data_count : Int
blocking_review_count : Int
replayable_count : Int
safety_issue_count : Int
entries : Array[RunHistoryEntry]
} derive(Eq, ToJson,
Debug
,
FromJson
)

#
render_run_history

fn render_run_history(input : RunHistoryInput) -> RunHistoryIndex

Source Files

Powered by MoonBit

Site sourceReport issuePackagesBuild queueSkillsStatistics

© 2026 mooncakes.io