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