mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Comment: add some lines back
Signed-off-by: Hu Keping <hukeping@huawei.com>
This commit is contained in:
parent
c45ad0b02d
commit
a066b94ef0
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ type ProtoDriver interface {
|
|||
// String returns a string representation of this driver.
|
||||
String() string
|
||||
// Create creates a new, empty, filesystem layer with the
|
||||
// specified id and parent. Parent may be "".
|
||||
Create(id, parent string) error
|
||||
// Remove attempts to remove the filesystem layer with this id.
|
||||
Remove(id string) error
|
||||
|
|
Loading…
Reference in a new issue