package
Version:
v0.0.0-...-6e93ed8
Opens a new window with list of versions in this module.
Published: Nov 21, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Handle interface {
ID() int
GetState() State
Close()
}
Handle is used to update/close the cursor.
type State struct {
StartTS uint64
}
State is used to store the state of cursor
Tracker is used to track the state of cursor inside a session
NewTracker creates a new cursor tracker
Source Files
¶
Click to show internal directories.
Click to hide internal directories.