Skip to content

Commit d4e523a

Browse files
committed
Add SetFlowSyncFilter
1 parent 3129c4e commit d4e523a

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)