mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-04-17 13:05:57 +00:00
8 lines
108 B
Go
8 lines
108 B
Go
|
|
package extension
|
||
|
|
|
||
|
|
import "context"
|
||
|
|
|
||
|
|
type ContextReceiver interface {
|
||
|
|
InjectContext(ctx context.Context)
|
||
|
|
}
|