mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-31 22:45:39 -05: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