All Downloads are FREE. Search and download functionalities are using the official Maven repository.

go-gin-server.controller-api.mustache Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
{{>partial_header}}
package {{packageName}}

{{#operations}}
import (
	"net/http"

	"github.com/gin-gonic/gin"
){{#operation}}

// {{nickname}} - {{{summary}}}
func {{nickname}}(c *gin.Context) {
	c.JSON(http.StatusOK, gin.H{})
}{{/operation}}{{/operations}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy