fix codegen for streams

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-01-09 18:00:13 +03:00
parent 4633928da5
commit 750c949723
5 changed files with 39 additions and 51 deletions

View File

@@ -41,7 +41,7 @@ func (g *Generator) httpGenerate(component string, plugin *protogen.Plugin, genC
g.generateServiceEndpoints(gfile, service, component)
if genClient {
g.generateServiceClient(gfile, file, service)
g.generateServiceClientMethods(gfile, service, component)
g.generateServiceClientMethods(gfile, file, service, component)
}
if genServer {
g.generateServiceServer(gfile, file, service)