From ac093bcf5cae90de7e9eba0c1f3ed7bcabd64015 Mon Sep 17 00:00:00 2001 From: mrhid6 Date: Fri, 7 Aug 2026 08:56:26 +0100 Subject: [PATCH] feat: store workload reports and route log results --- internal/grpc/pb/workloads.pb.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/grpc/pb/workloads.pb.go b/internal/grpc/pb/workloads.pb.go index 3222e41..a3bc0da 100644 --- a/internal/grpc/pb/workloads.pb.go +++ b/internal/grpc/pb/workloads.pb.go @@ -38,6 +38,9 @@ type ReportWorkloadsRequest struct { SystemdOk bool `json:"systemd_ok"` SystemdError string `json:"systemd_error,omitempty"` Workloads []Workload `json:"workloads,omitempty"` // empty on the offer call + // Full marks the second call. It is not inferred from an empty Workloads + // slice: a host running nothing sends an empty list as its full report. + Full bool `json:"full,omitempty"` } type ReportWorkloadsResponse struct {