mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 09:36:34 -05:00
added Runnable to Tagged Features Interface
This commit is contained in:
parent
4b89f9085f
commit
31c4df51e1
@ -16,6 +16,8 @@ func PrintDeprecatedFeatureWarning(feature string) {
|
||||
newError("You are using a deprecated feature: " + feature + ". Please update your config file with latest configuration format, or update your client software.").WriteToLog()
|
||||
}
|
||||
|
||||
// TaggedFeatures unstable
|
||||
type TaggedFeatures interface {
|
||||
GetFeaturesByTag(tag string) (Feature, error)
|
||||
common.Runnable
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user