Skip to content

Commit

Permalink
feat: add IniAppCursorAfter and EndAppCursorAfter fields to Synchroni…
Browse files Browse the repository at this point in the history
…zerFetch type
  • Loading branch information
sandhilt committed Jan 31, 2025
1 parent 0bcdbb8 commit 778246d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/convenience/model/type.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ type SynchronizerFetch struct {
EndInputCursorAfter string `db:"end_input_cursor_after"`
IniReportCursorAfter string `db:"ini_report_cursor_after"`
EndReportCursorAfter string `db:"end_report_cursor_after"`
IniAppCursorAfter string `db:"ini_app_cursor_after"`
EndAppCursorAfter string `db:"end_app_cursor_after"`
}

// Rollups input, which can be advance or inspect.
Expand Down

0 comments on commit 778246d

Please sign in to comment.