mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
6fcb36ff14
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
8 lines
129 B
Go
8 lines
129 B
Go
package client
|
|
|
|
const (
|
|
ExporterImage = "image"
|
|
ExporterLocal = "local"
|
|
ExporterOCI = "oci"
|
|
ExporterDocker = "docker"
|
|
)
|