package client
const (
ExporterImage = "image"
ExporterLocal = "local"
exporterLocalOutputDir = "output"
)