mirror of
https://github.com/minio/minio.git
synced 2025-11-23 11:07:50 -05:00
New Admin Info (#8497)
This commit is contained in:
committed by
kannappanr
parent
8b803491af
commit
24fb1bf258
@@ -67,6 +67,10 @@ func (target ExampleTarget) Close() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (target ExampleTarget) IsActive() (bool, error) {
|
||||
return false, errors.New("not connected to target server/service")
|
||||
}
|
||||
|
||||
func TestTargetListAdd(t *testing.T) {
|
||||
targetListCase1 := NewTargetList()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user