Skip to content

Commit

Permalink
rename to methodAnotations
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasJenicek committed Sep 27, 2024
1 parent 2bf28b8 commit f8297fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

{{- range $_, $service := $services -}}
var (
annotations = map[string]map[string]string{
methodAnnotations = map[string]map[string]string{
{{- range $_, $method := $service.Methods }}
"/rpc/{{$service.Name}}/{{$method.Name}}": {
{{- range $_, $annotation := $method.Annotations -}}
Expand Down

0 comments on commit f8297fa

Please sign in to comment.