Move containers, compose, secrets to /api

Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
Guillaume Tardif 2020-09-07 13:22:08 +02:00
parent 9545625131
commit d06aa2827f
46 changed files with 317 additions and 55 deletions

View file

@ -22,7 +22,7 @@ import (
"strconv"
"strings"
"github.com/docker/compose-cli/containers"
"github.com/docker/compose-cli/api/containers"
)
type portGroup struct {