added + rename
This commit is contained in:
parent
25439eab5b
commit
1e2f442781
2 changed files with 30 additions and 2 deletions
|
|
@ -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{
|
||||
Loading…
Add table
Add a link
Reference in a new issue