mirror of
https://github.com/optim-enterprises-bv/Xray-core.git
synced 2025-11-25 14:24:53 +00:00
8 lines
108 B
Go
8 lines
108 B
Go
package extension
|
|
|
|
import "context"
|
|
|
|
type ContextReceiver interface {
|
|
InjectContext(ctx context.Context)
|
|
}
|