Signed-off-by: Hu Keping <hukeping@huawei.com>
| ... | ... |
@@ -48,6 +48,7 @@ type ProtoDriver interface {
|
| 48 | 48 |
// String returns a string representation of this driver. |
| 49 | 49 |
String() string |
| 50 | 50 |
// Create creates a new, empty, filesystem layer with the |
| 51 |
+ // specified id and parent. Parent may be "". |
|
| 51 | 52 |
Create(id, parent string) error |
| 52 | 53 |
// Remove attempts to remove the filesystem layer with this id. |
| 53 | 54 |
Remove(id string) error |