First step of mitigation migration
Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
@@ -27,6 +27,12 @@ type CursorKey struct {
|
||||
Value any
|
||||
}
|
||||
|
||||
// StringCursorKey is a cursor key for string IDs
|
||||
type StringCursorKey struct {
|
||||
ID string
|
||||
Value any
|
||||
}
|
||||
|
||||
var (
|
||||
CursorKeyNil CursorKey
|
||||
|
||||
|
||||
Reference in New Issue
Block a user