We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c28cb commit 43b1448Copy full SHA for 43b1448
rest/model/data/feed.go
@@ -29,6 +29,8 @@ type Feed struct {
29
Config Config `json:"config,omitempty"`
30
Data Meta `json:"data,omitempty"`
31
32
+ Destinations []Destination `json:"destinations"`
33
+
34
SourceID string
35
}
36
0 commit comments