revert change for Listener
This commit is contained in:
@ -6,6 +6,10 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
type Metadatable interface {
|
||||
GetMetadata() Metadata
|
||||
}
|
||||
|
||||
type Metadata interface {
|
||||
IsExists(key string) bool
|
||||
Set(key string, value any)
|
||||
|
Reference in New Issue
Block a user