mirror of
https://github.com/docker/compose.git
synced 2026-08-31 23:03:55 +00:00
Extract interface / types to allow unit tests / mock
This commit is contained in:
parent
1e19d977e0
commit
69f10fe80c
8 changed files with 278 additions and 118 deletions
|
|
@ -3,6 +3,7 @@ package login
|
|||
import (
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/pkg/errors"
|
||||
|
||||
"github.com/docker/api/client"
|
||||
apicontext "github.com/docker/api/context"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue