Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Docker ¶
type Docker interface {
// Cache gets a cache connection instance.
Cache(store ...string) (docker.CacheDriver, error)
// Database gets a database connection instance.
Database(connection ...string) (docker.Database, error)
// Image gets a image instance.
Image(image docker.Image) docker.ImageDriver
}
Click to show internal directories.
Click to hide internal directories.