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.9.0
Show newest version
{{>partial_header}}
package {{packageName}}

//Implementation response defines an error code with the associated body
type ImplResponse struct {
	Code int
	Body interface{}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy