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

go-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"
){{#operation}}

func {{nickname}}(w http.ResponseWriter, r *http.Request) {
	w.Header().Set("Content-Type", "application/json; charset=UTF-8")
	w.WriteHeader(http.StatusOK)
}{{/operation}}{{/operations}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy