From 39e8a8c03eacbe9298da643b13960401514555a6 Mon Sep 17 00:00:00 2001 From: Gregory Kurtzer Date: Wed, 11 Nov 2020 00:09:47 -0800 Subject: [PATCH] Removed unecessary file --- internal/pkg/assets/template.go | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 internal/pkg/assets/template.go diff --git a/internal/pkg/assets/template.go b/internal/pkg/assets/template.go deleted file mode 100644 index 24f43134..00000000 --- a/internal/pkg/assets/template.go +++ /dev/null @@ -1,21 +0,0 @@ -package assets - - - -type WWTemplate struct { - GroupName string - HostName string - DomainName string - Fqdn string - Vnfs string - VnfsDir string - Ipxe string - SystemOverlay string - RuntimeOverlay string - KernelVersion string - NetDevs map[string]netDevs -} - -func (t WWTemplate) Import(file string) { - -} \ No newline at end of file