mirror of
https://github.com/minio/minio.git
synced 2025-11-09 21:49:46 -05:00
Populate buckets at start
This commit is contained in:
@@ -19,6 +19,7 @@ type Donut interface {
|
||||
// Bucket interface
|
||||
type Bucket interface {
|
||||
GetNodes() ([]string, error)
|
||||
AddNode(nodeID, bucketID string) error
|
||||
}
|
||||
|
||||
// Node interface
|
||||
|
||||
Reference in New Issue
Block a user