mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-28 20:01:50 +01:00
fix json marshal *route.Stream
This commit is contained in:
@@ -20,7 +20,7 @@ import (
|
||||
type StreamRoute struct {
|
||||
*entry.StreamEntry
|
||||
|
||||
net.Stream
|
||||
net.Stream `json:"-"`
|
||||
|
||||
HealthMon health.HealthMonitor `json:"health"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user