9 lines
112 B
Go
9 lines
112 B
Go
|
package client
|
||
|
|
||
|
const (
|
||
|
ExporterImage = "image"
|
||
|
ExporterLocal = "local"
|
||
|
|
||
|
exporterLocalOutputDir = "output"
|
||
|
)
|