package main type Config struct { Method string OutputDir string } var ConfigRegister Config