mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-04 14:13:03 +00:00
5c366db847
Co-authored-by: Shelikhoo <xiaokangwang@outlook.com>
8 lines
108 B
Go
8 lines
108 B
Go
package extension
|
|
|
|
import "context"
|
|
|
|
type ContextReceiver interface {
|
|
InjectContext(ctx context.Context)
|
|
}
|