Updating router to provide new advanced routing logic

This commit is contained in:
2025-09-27 11:07:43 +00:00
parent f9e2bca7a1
commit b77efe8e55
8 changed files with 494 additions and 415 deletions

View File

@@ -60,7 +60,7 @@ type detachResult struct {
type configureCmd struct {
sid uuid.UUID
next []domain.Identifier
next []domain.Pattern
resp chan configureResult
}