containerd/cmd
Stephen J Day 621164bc84
content: refactor content store for API
After iterating on the GRPC API, the changes required for the actual
implementation are now included in the content store. The begin change
is the move to a single, atomic `Ingester.Writer` method for locking
content ingestion on a key. From this, comes several new interface
definitions.

The main benefit here is the clarification between `Status` and `Info`
that came out of the GPRC API. `Status` tells the status of a write,
whereas `Info` is for querying metadata about various blobs.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-02-21 13:10:22 -08:00
..
containerd Merge pull request #553 from crosbymichael/config 2017-02-21 11:52:08 -08:00
containerd-shim Remove bundles from API 2017-02-15 13:56:41 -08:00
ctr Merge pull request #553 from crosbymichael/config 2017-02-21 11:52:08 -08:00
ctrd-protobuild Remove bundles from API 2017-02-15 13:56:41 -08:00
dist content: refactor content store for API 2017-02-21 13:10:22 -08:00
protoc-gen-gogoctrd cmd/protoc-gen-gogoctrd: turn off GoString generation 2017-02-15 13:37:48 -08:00