Skip to content

Commit bc250bd

Browse files
Updated for archival reques
1 parent 7b87212 commit bc250bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

internal/session/model.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,9 @@ type ACLEntryStream struct {
108108
Success bool `json:"success"`
109109
Error string `json:"error,omitempty"`
110110
}
111+
112+
/* archival data fetch requests */
113+
type ArchivalRequest struct {
114+
Limit int32 `json:"limit"`
115+
Offset int32 `json:"offset"`
116+
}

0 commit comments

Comments
 (0)