Add IsSelf flag to identify tendrils server node

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2026-02-04 11:42:07 -08:00
parent aee1487f22
commit 48e1e69fde
3 changed files with 24 additions and 2 deletions

View File

@@ -494,6 +494,7 @@ type Node struct {
Unreachable bool `json:"unreachable,omitempty"`
Avoid bool `json:"avoid,omitempty"`
InConfig bool `json:"in_config,omitempty"`
IsSelf bool `json:"is_self,omitempty"`
errors *ErrorTracker
pollTrigger chan struct{}
cancelFunc context.CancelFunc