package
0.0.0-20240715160341-20a0102c5f9e
Repository: https://github.com/cpuguy83/docker.git
Documentation: pkg.go.dev
# Functions
NewReferenceStore creates a new reference store, tied to a file path where the set of references are serialized in JSON format.
# Variables
ErrDoesNotExist is returned if a reference is not found in the store.
# Structs
An Association is a tuple associating a reference with an image ID.
# Interfaces
Store provides the set of methods which can operate on a reference store.