NewStore returns a local content store
(root string)
| 77 | |
| 78 | // NewStore returns a local content store |
| 79 | func NewStore(root string) (content.Store, error) { |
| 80 | return NewLabeledStore(root, nil) |
| 81 | } |
| 82 | |
| 83 | // NewLabeledStore returns a new content store using the provided label store |
| 84 | // |
searching dependent graphs…