This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch
dependabot/go_modules/pulsar-function-go/google.golang.org/grpc-1.79.3
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 3d851b3e5e0 Fix lint and tests
add 51ec634b0b7 Update protoc generation script
add e6b971c049f Generate protobuf and grpc stubs
add d43c7c59bed Fix compilation and lint
No new revisions were added by this update.
Summary of changes:
pulsar-function-go/pb/Function.pb.go | 1364 +++++++++-----------
pulsar-function-go/pb/InstanceCommunication.pb.go | 734 +++--------
.../pb/InstanceCommunication_grpc.pb.go | 309 +++++
pulsar-function-go/pb/Request.pb.go | 111 +-
pulsar-function-go/pb/doc.go | 8 +-
pulsar-function-go/pb/generate.sh | 139 +-
pulsar-function-go/pf/instance.go | 4 +-
pulsar-function-go/pf/instanceConf.go | 2 +-
pulsar-function-go/pf/instanceConf_test.go | 4 +-
pulsar-function-go/pf/instanceControlServicer.go | 13 +-
.../pf/instanceControlServicer_test.go | 8 +-
11 files changed, 1230 insertions(+), 1466 deletions(-)
create mode 100644 pulsar-function-go/pb/InstanceCommunication_grpc.pb.go