mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-03 01:38:24 -04:00
8 lines
108 B
Go
8 lines
108 B
Go
package extension
|
|
|
|
import "context"
|
|
|
|
type ContextReceiver interface {
|
|
InjectContext(ctx context.Context)
|
|
}
|