Skip to content

Commit 607d11a

Browse files
committed
Update go_package paths in watch.proto and conf.proto
1 parent a384072 commit 607d11a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/watch/v1/watch.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import "gnostic/openapi/v3/annotations.proto";
66
import "google/api/annotations.proto";
77
import "validate/validate.proto";
88

9-
option go_package = "api/watch/v1;v1";
9+
option go_package = "github.com/uneva/dd-watch/api/watch/v1;v1";
1010

1111
service WatchService {
1212
rpc ToLink(ToLinkRequest) returns (ToLinkResponse) {

app/watch/internal/conf/conf.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package dd.watch.conf;
44

55
import "google/protobuf/duration.proto";
66

7-
option go_package = "dd/watch/conf;conf";
7+
option go_package = "github.com/uneva/dd-watch/app/watch/internal/conf;conf";
88

99
message Bootstrap {
1010
Trace trace = 1;

0 commit comments

Comments
 (0)