1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-07 05:44:28 -04:00
v2fly/features/extension/contextreceiver.go

8 lines
108 B
Go
Raw Normal View History

2021-04-08 15:55:25 -04:00
package extension
import "context"
type ContextReceiver interface {
InjectContext(ctx context.Context)
}