Merge pull request #16929 from HuKeping/add-back

Comment: add some lines back
This commit is contained in:
Alexander Morozov 2015-10-11 22:12:21 -07:00
Родитель 32c3b99663 a066b94ef0
Коммит 9273c53d83
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -48,6 +48,7 @@ type ProtoDriver interface {
// String returns a string representation of this driver. // String returns a string representation of this driver.
String() string String() string
// Create creates a new, empty, filesystem layer with the // Create creates a new, empty, filesystem layer with the
// specified id and parent. Parent may be "".
Create(id, parent string) error Create(id, parent string) error
// Remove attempts to remove the filesystem layer with this id. // Remove attempts to remove the filesystem layer with this id.
Remove(id string) error Remove(id string) error