layer1: derive namespace phases step 10

This commit is contained in:
Naeel
2026-04-26 10:02:03 +03:00
parent 910f65b6d4
commit 66a3dc2a3c
4 changed files with 83 additions and 4 deletions
+6
View File
@@ -2,6 +2,12 @@ package utils
import "time"
const (
NamespacePartStateRegistering string = "registering"
NamespacePartStateActive string = "active"
NamespacePartStateFailed string = "failed"
)
type NamespacePhase string
const (