mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-09 04:52:35 +02:00
fix json marshal *route.Stream
This commit is contained in:
parent
846c1a104e
commit
85c1a48d3a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import (
|
|||
type StreamRoute struct {
|
||||
*entry.StreamEntry
|
||||
|
||||
net.Stream
|
||||
net.Stream `json:"-"`
|
||||
|
||||
HealthMon health.HealthMonitor `json:"health"`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue