1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-26 03:55:26 -05:00

comments and test cases.

This commit is contained in:
Darien Raymond
2018-02-07 12:38:12 +01:00
parent 8b5fe1a13b
commit 8b83bf2283
3 changed files with 6 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ func NewHandler(ctx context.Context, config *core.OutboundHandlerConfig) (*Handl
return h, nil
}
// Tag implements core.OutboundHandler.
func (h *Handler) Tag() string {
return h.config.Tag
}