Add IsSelf flag to identify tendrils server node
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
1
types.go
1
types.go
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user