1
0

configurable input directory

This commit is contained in:
2022-05-01 09:48:37 +02:00
parent e889f5d515
commit b0e7cbbd2f
3 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,7 @@ import (
type Config struct {
Method string `json:method`
OutputDir string `json:outputdir`
InputDir string `json:inputdir`
BaseImage string `json:baseimage`
}