Complete rewrite of the bootstraper tool

This commit is contained in:
2022-06-15 17:29:45 +02:00
parent 5085bd4d69
commit b5172da6a7
28 changed files with 1263 additions and 148 deletions

View File

@ -1,9 +1,6 @@
package api
import (
"net/http"
"forge.cadoles.com/pcaseiro/templatefile/pkg/templater"
"github.com/gin-gonic/gin"
)
@ -13,6 +10,12 @@ type Template struct {
Config string
}
func Generate(c *gin.Context) {
return
}
/*
func Generate(c *gin.Context) {
var template Template
@ -42,3 +45,4 @@ func Generate(c *gin.Context) {
}
}
*/