diff --git a/proto/hellreign.proto b/proto/hellreign.proto index 861515f..7d150a1 100644 --- a/proto/hellreign.proto +++ b/proto/hellreign.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package chat; -option go_package="gitea.d3m0k1d.ru/d3m0k1d/HellreigN/proto"; +option go_package="gitea.d3m0k1d.ru/d3m0k1d/HellreigN/proto/proto"; service Collector { rpc Stream(stream CollectorRequest) returns (CollectorResponse); diff --git a/proto/hellreign.pb.go b/proto/proto/hellreign.pb.go similarity index 99% rename from proto/hellreign.pb.go rename to proto/proto/hellreign.pb.go index 36f82a5..4fec97b 100644 --- a/proto/hellreign.pb.go +++ b/proto/proto/hellreign.pb.go @@ -250,7 +250,7 @@ const file_hellreign_proto_rawDesc = "" + "\tCollector\x12;\n" + "\x06Stream\x12\x16.chat.CollectorRequest\x1a\x17.chat.CollectorResponse(\x012?\n" + "\tCommander\x122\n" + - "\x06Stream\x12\r.chat.Command\x1a\x15.chat.FinishedCommand(\x010\x01B*Z(gitea.d3m0k1d.ru/d3m0k1d/HellreigN/protob\x06proto3" + "\x06Stream\x12\r.chat.Command\x1a\x15.chat.FinishedCommand(\x010\x01B0Z.gitea.d3m0k1d.ru/d3m0k1d/HellreigN/proto/protob\x06proto3" var ( file_hellreign_proto_rawDescOnce sync.Once diff --git a/proto/hellreign_grpc.pb.go b/proto/proto/hellreign_grpc.pb.go similarity index 100% rename from proto/hellreign_grpc.pb.go rename to proto/proto/hellreign_grpc.pb.go