Skip to content

Commit 58edf00

Browse files
committed
fmt
1 parent 3e74263 commit 58edf00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appservices/event_triggers.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,6 @@ type EventTriggerConfig struct {
210210
ScheduleType string `json:"schedule_type,omitempty"`
211211
Unordered *bool `json:"unordered,omitempty"`
212212
ClusterName string `json:"clusterName,omitempty"`
213+
TolerateResumeErrors *bool `json:"tolerate_resume_errors,omitempty"`
214+
SkipCatchupEvents *bool `json:"skip_catchup_events,omitempty"`
213215
}

0 commit comments

Comments
 (0)