1
0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-03-02 21:13:17 +03:00

8 lines
108 B
Go
Raw Normal View History

package extension
import "context"
type ContextReceiver interface {
InjectContext(ctx context.Context)
}