api: introduce api/{types,services} for deduplication of API definition

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2017-02-09 07:31:26 +00:00
parent 6527a57d7b
commit bf8abef70f
37 changed files with 2179 additions and 1753 deletions

View file

@ -4,7 +4,7 @@ import (
gocontext "context"
"errors"
"github.com/docker/containerd/api/execution"
"github.com/docker/containerd/api/services/execution"
"github.com/urfave/cli"
)