storj/multinode/multinodedb/dbx/templates/golang.decl.tmpl

7 lines
134 B
Cheetah
Raw Normal View History

{{- define "decl" }}
func (obj *{{ .ReceiverBase }}Impl) {{ .Signature }} {
defer mon.Task()(&ctx)(&err)
{{ .Body }}
}
{{ end -}}