mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-10 13:09:11 -04:00
logger service
This commit is contained in:
@@ -21,3 +21,9 @@ type Runnable interface {
|
||||
|
||||
Closable
|
||||
}
|
||||
|
||||
// HasType is the interface for objects that knows its type.
|
||||
type HasType interface {
|
||||
// Type returns the type of the object.
|
||||
Type() interface{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user