mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +08:00
vendor of containers/(common, storage, image)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
5
vendor/github.com/containers/storage/store.go
generated
vendored
5
vendor/github.com/containers/storage/store.go
generated
vendored
@@ -142,6 +142,7 @@ type Store interface {
|
||||
// settings that were passed to GetStore() when the object was created.
|
||||
RunRoot() string
|
||||
GraphRoot() string
|
||||
ImageStore() string
|
||||
TransientStore() bool
|
||||
GraphDriverName() string
|
||||
GraphOptions() []string
|
||||
@@ -862,6 +863,10 @@ func (s *store) GraphRoot() string {
|
||||
return s.graphRoot
|
||||
}
|
||||
|
||||
func (s *store) ImageStore() string {
|
||||
return s.imageStoreDir
|
||||
}
|
||||
|
||||
func (s *store) TransientStore() bool {
|
||||
return s.transientStore
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user