Files
warmbly/internal/tasks/proto/tasks.proto
T
2026-01-26 04:42:19 +01:00

11 lines
163 B
Protocol Buffer

syntax = "proto3";
package tasks;
option go_package = "warmbly/internal/tasks/proto;proto";
message ProcessTask {
// UUID of the task
string task_id = 2;
}