Skip to content

Commit 961f612

Browse files
committed
refactor(proto): update package options in recipient_group.proto
- Changed the go_package option to reflect the new repository structure. - Updated the java_package option for consistency with the new package naming conventions.
1 parent d5ea925 commit 961f612

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

proto/rabbit/api/v1/recipient_group.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ syntax = "proto3";
22

33
package rabbit.api.v1;
44

5-
option go_package = "github.com/aide-family/magicbox/domain/rabbit/api/v1;rabbitv1";
5+
option go_package = "github.com/aide-family/rabbit/pkg/api/v1;v1";
66
option java_multiple_files = true;
7-
option java_package = "magicbox.api.rabbit.v1";
7+
option java_package = "rabbit.api.v1";
88

99
import "google/api/annotations.proto";
1010
import "buf/validate/validate.proto";

0 commit comments

Comments
 (0)