Versions in this module Expand all Collapse all v0 v0.3.0 Dec 19, 2025 v0.2.1 Dec 19, 2025 v0.2.0 Dec 19, 2025 v0.1.0 Dec 19, 2025 Changes in this version + var Cmd = &cobra.Command + type ExerciseFrequency struct + Count int + Name string + type PersonalRecord struct + Date string + Exercise string + RecordType string + Reps int + Unit string + Value float64 + WorkoutID string + type ProgressAnalysis struct + AbsoluteChange float64 + CurrentValue float64 + PercentChange float64 + StartingValue float64 + Trend string + type ProgressData struct + Analysis ProgressAnalysis + DataPoints []ProgressPoint + Exercise string + Metric string + Unit string + type ProgressPoint struct + Date string + Value float64 + type RecordsData struct + PersonalRecords []PersonalRecord + type SummaryStats struct + Consistency struct{ ... } + Exercises struct{ ... } + Period struct{ ... } + Volume struct{ ... } + Workouts struct{ ... }