Skip to content

Commit

Permalink
added destinations field to Feed
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsello committed Aug 1, 2024
1 parent 72c28cb commit cf844c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rest/model/data/feed.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ type Feed struct {
Config Config `json:"config,omitempty"`
Data Meta `json:"data,omitempty"`

Destinations []Destination `json:"destinations"`

SourceID string
}

Expand Down

0 comments on commit cf844c8

Please sign in to comment.