Remove unused reject methods

This commit is contained in:
世界
2024-11-06 17:23:00 +08:00
parent 28becd7538
commit 5b28c5c53b
9 changed files with 67 additions and 48 deletions

View File

@@ -19,9 +19,9 @@ type _Options struct {
Experimental *ExperimentalOptions `json:"experimental,omitempty"`
// Deprecated: use Inbounds instead
LegacyInbounds []LegacyInbound `json:"inbound,omitempty"`
LegacyInbounds []LegacyInbound `json:"-"`
// Deprecated: use Outbounds instead
LegacyOutbounds []LegacyOutbound `json:"_"`
LegacyOutbounds []LegacyOutbound `json:"-"`
}
type Options _Options