ObjectBucketStatus represents status of a Bucket, implements ObjectStoreStatus
| 1390 | |
| 1391 | // ObjectBucketStatus represents status of a Bucket, implements ObjectStoreStatus |
| 1392 | type ObjectBucketStatus struct { |
| 1393 | nfo *StreamInfo |
| 1394 | bucket string |
| 1395 | } |
| 1396 | |
| 1397 | // Bucket is the name of the bucket |
| 1398 | func (s *ObjectBucketStatus) Bucket() string { return s.bucket } |
nothing calls this directly
no outgoing calls
no test coverage detected