mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
non-blocking initialization of bucket target notifications (#15571)
This commit is contained in:
@@ -72,9 +72,9 @@ func (target ExampleTarget) IsActive() (bool, error) {
|
||||
return false, errors.New("not connected to target server/service")
|
||||
}
|
||||
|
||||
// HasQueueStore - No-Op. Added for interface compatibility
|
||||
func (target ExampleTarget) HasQueueStore() bool {
|
||||
return false
|
||||
// FlushQueueStore - No-Op. Added for interface compatibility
|
||||
func (target ExampleTarget) FlushQueueStore() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func TestTargetListAdd(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user