move to buf

This commit is contained in:
2025-07-20 11:13:38 -04:00
parent d875bbb2f7
commit 55497b9d2a
13 changed files with 349 additions and 632 deletions
+3 -1
View File
@@ -42,7 +42,9 @@ func request_DemoAppService_GetDemo_0(ctx context.Context, marshaler runtime.Mar
protoReq GetDemoRequest
metadata runtime.ServerMetadata
)
io.Copy(io.Discard, req.Body)
if req.Body != nil {
_, _ = io.Copy(io.Discard, req.Body)
}
if err := req.ParseForm(); err != nil {
return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", err)
}