1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 02:35:23 +00:00
v2fly/features/extension/contextreceiver.go

8 lines
108 B
Go
Raw Normal View History

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