dive-zfs/runtime/options.go

14 lines
180 B
Go

package runtime
import (
"github.com/spf13/viper"
)
type Options struct {
Ci bool
ImageId string
ExportFile string
CiConfig *viper.Viper
BuildArgs []string
}