Documentation ¶ Index ¶ func PrintDeprecatedFeatureWarning(feature string) type Feature type TaggedFeatures 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. type TaggedFeatures ¶ type TaggedFeatures interface { GetFeaturesByTag(tag string) (Feature, error) common.Runnable } TaggedFeatures unstable Source Files ¶ View all Source files errors.generated.go feature.go Directories ¶ Show internal Expand all Path Synopsis dns localdns extension storage inbound outbound policy routing dns session stats Click to show internal directories. Click to hide internal directories.