Cleanup code

This commit is contained in:
世界
2022-11-24 12:37:29 +08:00
parent 8c1fddcf8d
commit 7c910165ef
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"`
}