Update c/storage to v1.12.6

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
Matthew Heon
2019-05-02 13:54:59 -04:00
parent 4ffd02e550
commit ee73123285
5 changed files with 32 additions and 5 deletions

View File

@ -40,6 +40,7 @@ var (
type CreateOpts struct {
MountLabel string
StorageOpt map[string]string
*idtools.IDMappings
}
// MountOpts contains optional arguments for LayerStope.Mount() methods.