service backend
This commit is contained in:
8
api/pkg/model/viewcursor.go
Normal file
8
api/pkg/model/viewcursor.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package model
|
||||
|
||||
// ViewCursor aggregates pagination and archival filters for list queries
|
||||
type ViewCursor struct {
|
||||
Limit *int64
|
||||
Offset *int64
|
||||
IsArchived *bool
|
||||
}
|
||||
Reference in New Issue
Block a user