update flow proto package name

This commit is contained in:
Maycon Santos 2025-02-28 02:51:57 +00:00
parent f48cfd52e9
commit 2021463ca0
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT. // Code generated by protoc-gen-go. DO NOT EDIT.
// versions: // versions:
// protoc-gen-go v1.26.0 // protoc-gen-go v1.26.0
// protoc v4.24.3 // protoc v3.21.9
// source: flow.proto // source: flow.proto
package proto package proto

View File

@ -4,7 +4,7 @@ import "google/protobuf/timestamp.proto";
option go_package = "/proto"; option go_package = "/proto";
package management; package flow;
service FlowService { service FlowService {
// Client to receiver streams of events and acknowledgements // Client to receiver streams of events and acknowledgements