mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -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()
|
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 {
|
type TaggedFeatures interface {
|
||||||
GetFeaturesByTag(tag string) (Feature, error)
|
GetFeaturesByTag(tag string) (Feature, error)
|
||||||
|
common.Runnable
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user