We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76a88a commit 92985a8Copy full SHA for 92985a8
generator/golang/templates/ref/ref_tpl.go
@@ -97,6 +97,8 @@ type {{$ProcessorName}} = {{$RefPackage}}.{{$ProcessorName}}
97
98
var New{{$ProcessorName}} = {{$RefPackage}}.New{{$ProcessorName}}
99
100
+type {{$ClientName}} = {{$RefPackage}}.{{$ClientName}}
101
+
102
var New{{$ClientName}} = {{$RefPackage}}.New{{$ClientName}}
103
104
var New{{$ClientName}}Factory = {{$RefPackage}}.New{{$ClientName}}Factory
0 commit comments