KeyValueBucketStatus represents status of a Bucket, implements KeyValueStatus
| 806 | |
| 807 | // KeyValueBucketStatus represents status of a Bucket, implements KeyValueStatus |
| 808 | type KeyValueBucketStatus struct { |
| 809 | info *StreamInfo |
| 810 | bucket string |
| 811 | } |
| 812 | |
| 813 | // Bucket the name of the bucket |
| 814 | func (s *KeyValueBucketStatus) Bucket() string { return s.bucket } |
nothing calls this directly
no outgoing calls
no test coverage detected