This commit is contained in:
2025-09-03 08:29:15 -07:00
parent 56f55daa85
commit 2898ccdb79
164 changed files with 275 additions and 25235 deletions

View File

@@ -72,13 +72,18 @@ type WorkoutExercise struct {
```go
type WorkoutListOptions struct {
Limit int
Offset int
StartDate time.Time
EndDate time.Time
WorkoutType string
Type string
Status string
SportType string
NameContains string
OwnerID int64
IsPublic *bool
SortBy string
SortOrder string
}
```