List of all RPCs in the project

{{range $index, $row := .Descriptions}}
{{add $index 1}}
{{$row.Name}}
{{$row.Description}}
Request: {{$row.Request}}
Response: {{$row.Response}}
WrittenIn: {{$row.WrittenIn}}
Type: {{$row.Type}}
Usage: {{$row.Usage}}
{{end}}