mirror of
https://github.com/docker/docs.git
synced 2026-03-31 16:28:59 +07:00
11 lines
142 B
Go
11 lines
142 B
Go
package cluster
|
|
|
|
import "github.com/samalba/dockerclient"
|
|
|
|
// Volume is exported
|
|
type Volume struct {
|
|
dockerclient.Volume
|
|
|
|
Engine *Engine
|
|
}
|