List of all RPCs in the project
{{range $index, $row := .Descriptions}}{{add $index 1}}
{{$row.Name}}
{{$row.Description}}
Request: {{$row.Request}}
Response: {{$row.Response}}
{{end}}