Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
type Volume ¶
type Volume struct { Name string `json:"name"` Capacity int64 `json:"capacity"` // Dynamic provisioned volume. Dynamic bool `json:"dynamic"` Node string `json:"node"` // Path of the directory on the controller. Path string `json:"path"` // Path of the directory within the moosefs cluster. MFSPath string `json:"mfs_path"` }
Click to show internal directories.
Click to hide internal directories.