Complete rewrite of the bootstraper tool
This commit is contained in:
10
api/main.go
10
api/main.go
@ -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) {
|
||||
}
|
||||
|
||||
}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user