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

go-server.impl.mustache Maven / Gradle / Ivy

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

// ImplResponse defines an implementation response with error code and the associated body
type ImplResponse struct {
	Code int
	{{#addResponseHeaders}}
	Headers map[string][]string
	{{/addResponseHeaders}}
	Body interface{}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy