SetDefaultUIDMap sets the default UID map to use when opening stores.
(idmap []idtools.IDMap)
| 76 | NewStoreReference(store storage.Store, named reference.Named, id string) (*storageReference, error) |
| 77 | // SetDefaultUIDMap sets the default UID map to use when opening stores. |
| 78 | SetDefaultUIDMap(idmap []idtools.IDMap) |
| 79 | // SetDefaultGIDMap sets the default GID map to use when opening stores. |
| 80 | SetDefaultGIDMap(idmap []idtools.IDMap) |
| 81 | // DefaultUIDMap returns the default UID map used when opening stores. |
no outgoing calls