added + rename

This commit is contained in:
nquidox 2026-02-18 17:35:37 +03:00
parent 25439eab5b
commit 1e2f442781
2 changed files with 30 additions and 2 deletions

View file

@ -1,8 +1,8 @@
syntax = "proto3";
import "google/protobuf/empty.proto";
package taskProcessor;
option go_package = "./taskProcessor";
package taskTransport;
option go_package = "/pkg/taskTransport/v1;taskTransportV1";
message Task{