Skip to content

Commit

Permalink
file_types: add link to docs for workout file type
Browse files Browse the repository at this point in the history
  • Loading branch information
tormoder committed Oct 7, 2023
1 parent b81f550 commit 6831978
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions file_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ type SportFile struct {
// Describes a structured activity that can be designed on a computer and
// transferred to a display device to guide a user through the activity.
type WorkoutFile struct {
// Documentation: https://developer.garmin.com/fit/file-types/workout/

// Required messages according to docs.
Workout *WorkoutMsg
WorkoutSteps []*WorkoutStepMsg
}
Expand Down

0 comments on commit 6831978

Please sign in to comment.