ObjectBucketStatus represents status of a Bucket, implements ObjectStoreStatus
| 1209 | |
| 1210 | // ObjectBucketStatus represents status of a Bucket, implements ObjectStoreStatus |
| 1211 | type ObjectBucketStatus struct { |
| 1212 | nfo *StreamInfo |
| 1213 | bucket string |
| 1214 | } |
| 1215 | |
| 1216 | // Bucket is the name of the bucket |
| 1217 | func (s *ObjectBucketStatus) Bucket() string { return s.bucket } |
nothing calls this directly
no outgoing calls
no test coverage detected