mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-26 09:03:00 +00:00
sync
This commit is contained in:
@@ -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
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user