1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-21 13:09:11 -04:00

added function stub for UnixReceiverHandler Instancer

This commit is contained in:
Shelikhoo
2017-12-28 11:59:55 +08:00
parent 7f34cbdaff
commit 5e0ed59599

View File

@@ -145,6 +145,7 @@ func NewHandler(ctx context.Context, config *core.InboundHandlerConfig) (core.In
func (m *Manager) asUnixReceiverConfig(ctx context.Context, config *core.InboundHandlerConfig) {
return
}
func init() {