feat: sync multilayer td integration
This commit is contained in:
parent
20a310f6ca
commit
766c5db992
491 changed files with 26235 additions and 35340 deletions
|
|
@ -8,3 +8,14 @@ type UpdateState struct {
|
|||
Date int
|
||||
Seq int
|
||||
}
|
||||
|
||||
// UpdateStateCommitMode describes what a physically delivered update-state
|
||||
// response proves. Every delivered baseline advances the device-local
|
||||
// confirmed cursor; only an explicitly audited getState baseline also proves
|
||||
// that retention may advance the client-observed cursor to the same point.
|
||||
type UpdateStateCommitMode uint8
|
||||
|
||||
const (
|
||||
UpdateStateCommitDeliveredOnly UpdateStateCommitMode = iota + 1
|
||||
UpdateStateCommitDeliveredAndObservedBaseline
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue