Skip to content

Commit

Permalink
fix chat
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehor Datsenko committed Apr 24, 2024
1 parent 841fc72 commit 0f85a3f
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 85 deletions.
2 changes: 1 addition & 1 deletion chat/messages/catalog.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package webitel.chat;

option go_package = "github.com/webitel/chat_manager/api/proto/chat/messages";
option go_package = "github.com/webitel/protos/chat/messages";

import "messages/customer.proto";
import "messages/chat.proto";
Expand Down
2 changes: 1 addition & 1 deletion chat/messages/chat.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package webitel.chat;

option go_package = "github.com/webitel/chat_manager/api/proto/chat/messages";
option go_package = "github.com/webitel/protos/chat/messages";

import "messages/peer.proto";
import "google/protobuf/wrappers.proto";
Expand Down
2 changes: 1 addition & 1 deletion chat/messages/contacts.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package webitel.chat;

option go_package = "github.com/webitel/chat_manager/api/proto/chat/messages";
option go_package = "github.com/webitel/protos/chat/messages";

import "google/api/annotations.proto";
import "protoc-gen-openapiv2/options/annotations.proto";
Expand Down
2 changes: 1 addition & 1 deletion chat/messages/customer.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package webitel.chat;

option go_package = "github.com/webitel/chat_manager/api/proto/chat/messages";
option go_package = "github.com/webitel/protos/chat/messages";

import "messages/peer.proto";

Expand Down
2 changes: 1 addition & 1 deletion chat/messages/dialog.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package webitel.chat;

option go_package = "github.com/webitel/chat_manager/api/proto/chat/messages";
option go_package = "github.com/webitel/protos/chat/messages";

import "messages/peer.proto";
import "messages/chat.proto";
Expand Down
2 changes: 1 addition & 1 deletion chat/messages/history.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package webitel.chat;

option go_package = "github.com/webitel/chat_manager/api/proto/chat/messages";
option go_package = "github.com/webitel/protos/chat/messages";

import "messages/peer.proto";
import "messages/chat.proto";
Expand Down
2 changes: 1 addition & 1 deletion chat/messages/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package webitel.chat;

option go_package = "github.com/webitel/chat_manager/api/proto/chat/messages";
option go_package = "github.com/webitel/protos/chat/messages";

import "messages/peer.proto";
import "messages/chat.proto";
Expand Down
77 changes: 0 additions & 77 deletions chat/messages/openapiv2.proto

This file was deleted.

2 changes: 1 addition & 1 deletion chat/messages/peer.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package webitel.chat;

option go_package = "github.com/webitel/chat_manager/api/proto/chat/messages";
option go_package = "github.com/webitel/protos/chat/messages";

// import "google/protobuf/wrappers.proto";

Expand Down

0 comments on commit 0f85a3f

Please sign in to comment.