layer1: checkpoint namespace manager runtime series

This commit is contained in:
Naeel
2026-04-26 11:44:36 +03:00
parent 6e037a506d
commit 90924cdec7
12 changed files with 32 additions and 26 deletions
+5 -5
View File
@@ -16,11 +16,11 @@ import (
)
type testNamespaceSubscriber struct {
name string
addErr error
removeErr error
resyncErr error
addCalls int
name string
addErr error
removeErr error
resyncErr error
addCalls int
removeCalls int
resyncCalls int
}