Documentation ¶ Index ¶ func PrintDeprecatedFeatureWarning(feature string) type Feature Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func PrintDeprecatedFeatureWarning ¶ func PrintDeprecatedFeatureWarning(feature string) PrintDeprecatedFeatureWarning prints a warning for deprecated feature. Types ¶ type Feature ¶ type Feature interface { common.HasType common.Runnable } Feature is the interface for V2Ray features. All features must implement this interface. All existing features have an implementation in app directory. These features can be replaced by third-party ones. Source Files ¶ View all Source files errors.generated.go feature.go Directories ¶ Show internal Expand all Path Synopsis dns inbound outbound policy routing stats Click to show internal directories. Click to hide internal directories.