Skip to content

Commit 43b1448

Browse files
authored
added destinations field to Feed (#241)
1 parent 72c28cb commit 43b1448

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rest/model/data/feed.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ type Feed struct {
2929
Config Config `json:"config,omitempty"`
3030
Data Meta `json:"data,omitempty"`
3131

32+
Destinations []Destination `json:"destinations"`
33+
3234
SourceID string
3335
}
3436

0 commit comments

Comments
 (0)