Skip to content

Commit b9ebf04

Browse files
authored
Merge pull request #113 from trimble-oss/add_set_syncfilter
Add SetFlowSyncFilter
2 parents 3129c4e + d4e523a commit b9ebf04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

flow/flow.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ type FlowContext interface {
184184
HasFlowSyncFilters() bool
185185
GetFlowStateSyncFilterRaw() string
186186
GetFlowSyncFilters() []string
187+
SetFlowSyncFilter(string)
187188
GetFlowHeader() *FlowHeaderType
188189
NewFlowStateUpdate(string, string) FlowStateUpdate
189190
GetCurrentFlowStateUpdateByDataSource(string) any

0 commit comments

Comments
 (0)