Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tap.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ type FeedArguments struct {
CheckpointPrefix string // Key of checkpoint doc to save state in, if non-empty
Scopes map[string][]string // Collection names to stream - map keys are scopes
FeedContent FeedContent // Type of content to send in feed
MetadataStore DataStore // MetadataStore overrides where DCP checkpoint documents are persisted.
}

// FeedContent controls the content sent in the feed
Expand Down
Loading