fix json marshal *route.Stream

This commit is contained in:
yusing 2025-01-01 06:19:02 +08:00
parent 846c1a104e
commit 85c1a48d3a

View file

@ -20,7 +20,7 @@ import (
type StreamRoute struct {
*entry.StreamEntry
net.Stream
net.Stream `json:"-"`
HealthMon health.HealthMonitor `json:"health"`