Vendor integration dependencies.
This commit is contained in:
parent
dd5e3fba01
commit
55b57c736b
2451 changed files with 731611 additions and 0 deletions
11
integration/vendor/github.com/docker/engine-api/client/interface_stable.go
generated
vendored
Normal file
11
integration/vendor/github.com/docker/engine-api/client/interface_stable.go
generated
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
// +build !experimental
|
||||
|
||||
package client
|
||||
|
||||
// APIClient is an interface that clients that talk with a docker server must implement.
|
||||
type APIClient interface {
|
||||
CommonAPIClient
|
||||
}
|
||||
|
||||
// Ensure that Client always implements APIClient.
|
||||
var _ APIClient = &Client{}
|
Loading…
Add table
Add a link
Reference in a new issue