Cleanup code

This commit is contained in:
世界
2022-11-24 12:37:29 +08:00
parent b0d8af3871
commit 2f59760d39
10 changed files with 14 additions and 22 deletions

View File

@@ -7,7 +7,6 @@ type V2RayAPIOptions struct {
type V2RayStatsServiceOptions struct {
Enabled bool `json:"enabled,omitempty"`
DirectIO bool `json:"direct_io,omitempty"`
Inbounds []string `json:"inbounds,omitempty"`
Outbounds []string `json:"outbounds,omitempty"`
}