gopkg.in/easygen.v4@v4.1.0/config.go (about)

     1  // !!! !!!
     2  // WARNING: Code automatically generated. Editing discouraged.
     3  // !!! !!!
     4  
     5  package easygen
     6  
     7  ////////////////////////////////////////////////////////////////////////////
     8  // Constant and data type/structure definitions
     9  
    10  const progname = "easygen" // os.Args[0]
    11  
    12  // The Options struct defines the structure to hold the commandline values
    13  type Options struct {
    14  	TemplateStr string // template string (in text)
    15  	ExtYaml     string // `extension` of yaml file
    16  	ExtJson     string // `extension` of json file
    17  	ExtTmpl     string // `extension` of template file
    18  	Debug       int    // debugging `level`
    19  }