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

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

{{>partial_header}}
package {{packageName}}

{{#operations}}
import (
	"github.com/gin-gonic/gin"
)

type {{classname}} struct {
{{#operation}}
	// {{httpMethod}} {{{basePathWithoutHost}}}{{{path}}}
	// {{{summary}}}
{{#isDeprecated}}
	// Deprecated
{{/isDeprecated}}
	{{nickname}} gin.HandlerFunc
{{/operation}}
}{{/operations}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy