Vendor main dependencies.
This commit is contained in:
parent
49a09ab7dd
commit
dd5e3fba01
2738 changed files with 1045689 additions and 0 deletions
11
vendor/github.com/docker/engine-api/client/interface_stable.go
generated
vendored
Normal file
11
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