mirror of
https://github.com/minio/minio.git
synced 2025-11-28 05:04:14 -05:00
Add notification queue metrics (#16026)
This commit is contained in:
@@ -41,6 +41,7 @@ var errLimitExceeded = errors.New("the maximum store limit reached")
|
||||
type Store interface {
|
||||
Put(event event.Event) error
|
||||
Get(key string) (event.Event, error)
|
||||
Len() int
|
||||
List() ([]string, error)
|
||||
Del(key string) error
|
||||
Open() error
|
||||
|
||||
Reference in New Issue
Block a user