mirror of
https://github.com/minio/minio.git
synced 2025-11-08 21:24:55 -05:00
non-blocking initialization of bucket target notifications (#15571)
This commit is contained in:
@@ -35,7 +35,6 @@ type Target interface {
|
||||
Save(Event) error
|
||||
Send(string) error
|
||||
Close() error
|
||||
HasQueueStore() bool
|
||||
}
|
||||
|
||||
// TargetList - holds list of targets indexed by target ID.
|
||||
|
||||
Reference in New Issue
Block a user