remove unused code

This commit is contained in:
yusing
2024-11-02 03:04:15 +08:00
parent 9889b5a8d3
commit 67b6e40f85
10 changed files with 8 additions and 78 deletions

View File

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