containerd/vendor/github.com/containerd/continuity
Stephen J Day b4c6e5f9d3
vendor: move to new continuity import paths
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-05-03 18:51:41 -07:00
..
proto vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
sysx vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
context.go vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
devices_darwin.go vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
devices_linux.go vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
devices_unix.go vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
devices_windows.go vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
digests.go vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
driver_darwin.go vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
driver_unix.go vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
driver_windows.go vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
driver.go vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
groups_unix.go vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
hardlinks_unix.go vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
hardlinks_windows.go vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
hardlinks.go vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
ioutils.go vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
LICENSE vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
manifest_test_darwin.go vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
manifest.go vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
README.md vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
resource_unix.go vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
resource_windows.go vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00
resource.go vendor: move to new continuity import paths 2017-05-03 18:51:41 -07:00

continuity

GoDoc Build Status

A transport-agnostic, filesystem metadata manifest system

This project is a staging area for experiments in providing transport agnostic metadata storage.

Please see https://github.com/opencontainers/specs/issues/11 for more details.

Building Proto Package

If you change the proto file you will need to rebuild the generated Go with go generate.

go generate ./proto