mirror of https://github.com/v2ray/v2ray-core
remove unused types
parent
b9fb670ca6
commit
762afc1d8f
|
@ -4,15 +4,6 @@ import "v2ray.com/core/common/errors"
|
||||||
|
|
||||||
type ID int
|
type ID int
|
||||||
|
|
||||||
// Context of a function call from proxy to app.
|
|
||||||
type Context interface {
|
|
||||||
CallerTag() string
|
|
||||||
}
|
|
||||||
|
|
||||||
type Caller interface {
|
|
||||||
Tag() string
|
|
||||||
}
|
|
||||||
|
|
||||||
type Application interface {
|
type Application interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue