{{$interface := .Name}}
Interfaces
{{.Name}}
.varlink
{{if .Doc}}
{{.Doc}}
{{end}}
{{range .Methods -}}
{{.Name}}()
{{if .Doc}}
{{.Doc}}
{{end}} {{end}}