interface to Get current BMD instance (for implementation, see ais/bucketmeta.go)
| 18 | // (for implementation, see ais/bucketmeta.go) |
| 19 | type ( |
| 20 | Bowner interface { |
| 21 | Get() (bmd *BMD) |
| 22 | } |
| 23 | |
| 24 | Buckets map[string]*cmn.BucketProps |
| 25 | Namespaces map[string]Buckets |
no outgoing calls
no test coverage detected