![JAR search and dependency download from the Maven repository](/logo.png)
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 - 2025 Weber Informatics LLC | Privacy Policy