There was an error while loading. Please reload this page.
2 parents 3129c4e + d4e523a commit b9ebf04Copy full SHA for b9ebf04
1 file changed
flow/flow.go
@@ -184,6 +184,7 @@ type FlowContext interface {
184
HasFlowSyncFilters() bool
185
GetFlowStateSyncFilterRaw() string
186
GetFlowSyncFilters() []string
187
+ SetFlowSyncFilter(string)
188
GetFlowHeader() *FlowHeaderType
189
NewFlowStateUpdate(string, string) FlowStateUpdate
190
GetCurrentFlowStateUpdateByDataSource(string) any
0 commit comments