mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 07:43:29 +03: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