mirror of
https://github.com/minio/minio.git
synced 2025-11-23 11:07:50 -05:00
fix: only show active/available ARNs in server startup banner (#9392)
This commit is contained in:
@@ -71,6 +71,11 @@ 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
|
||||
}
|
||||
|
||||
func TestTargetListAdd(t *testing.T) {
|
||||
targetListCase1 := NewTargetList()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user