1. 19 Nov, 2019 1 commit
    • Geoff Simmons's avatar
      Refactor the interface in template.go. · 163c3a6e
      Geoff Simmons authored
      InitTemplates() takes a map of template paths to file paths, and
      returns a map of parsed template to file paths.
      
      Add WriteTemplate(), which takes a parsed template and a file path,
      and generates VCL at the path from a spec and the template. Meant
      for iteration on the map returned by InitTemplates().
      163c3a6e
  2. 18 Nov, 2019 1 commit
  3. 17 Nov, 2019 2 commits