1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-04 16:25:21 -05:00

Add missing deprecation notice to deprecated code (#437)

This commit is contained in:
Chinsyo
2020-11-20 15:18:44 +08:00
committed by GitHub
parent 9c1f251173
commit 231f5bf024
6 changed files with 119 additions and 96 deletions

View File

@@ -16,7 +16,7 @@ type Handler interface {
// The tag of this handler.
Tag() string
// Deprecated. Do not use in new code.
// Deprecated: Do not use in new code.
GetRandomInboundProxy() (interface{}, net.Port, int)
}