dev/fix-module-paths #2

Merged
SoXX merged 3 commits from dev/fix-module-paths into main 2024-07-19 20:23:20 +00:00
Showing only changes of commit af59e71e72 - Show all commits

View File

@ -1,7 +1,7 @@
syntax = "proto3"; syntax = "proto3";
import "google/protobuf/timestamp.proto"; import "google/protobuf/timestamp.proto";
option go_package = "git.dragse.it/anthrove/plug-[REPLACE_ME]/api/gRPC"; option go_package = "git.anthrove.art/anthrove/plug-[REPLACE_ME]/api/gRPC";
service PlugConnector { service PlugConnector {
rpc TaskStart(PlugTaskCreation) returns (PlugTaskStatus); rpc TaskStart(PlugTaskCreation) returns (PlugTaskStatus);