Skip to content

Commit

Permalink
Merge pull request #22 from bzimmer/privatenote
Browse files Browse the repository at this point in the history
added private note to Strava activity
  • Loading branch information
bzimmer authored Oct 4, 2022
2 parents ddc9bcc + 58c3823 commit f9511ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ changelog:
exclude:
- '^docs:'
- '^test:'
- '^Merge pull request'
announce:
skip: "true"
1 change: 1 addition & 0 deletions strava/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ type Activity struct {
WorkoutType int `json:"workout_type"`
SufferScore float64 `json:"suffer_score"`
Description string `json:"description"`
PrivateNote string `json:"private_note"`
Calories float64 `json:"calories"`
SegmentEfforts []*SegmentEffort `json:"segment_efforts,omitempty"`
SplitsMetric []*SplitsMetric `json:"splits_metric,omitempty"`
Expand Down

0 comments on commit f9511ba

Please sign in to comment.