1
0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-03-02 04:53:15 +03:00
世界 5c366db847
Add observatory / latestPing balancing strategy
Co-authored-by: Shelikhoo <xiaokangwang@outlook.com>
2021-10-22 17:16:20 +08:00

8 lines
108 B
Go

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