Documentation ¶
Index ¶
- func Clear(db sql.Executor) error
- func GetRequest(db sql.Executor, epoch types.EpochID) (time.Time, int64, int64, error)
- func GetSyncState(db sql.Executor, epoch types.EpochID) (map[types.ATXID]int, error)
- func SaveRequest(db sql.Executor, epoch types.EpochID, timestamp time.Time, ...) error
- func SaveSyncState(db sql.Executor, epoch types.EpochID, states map[types.ATXID]int, max int) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRequest ¶
func GetSyncState ¶
func SaveRequest ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.