From 77a9b0770eb53af8330c52a728b74d7644905fba Mon Sep 17 00:00:00 2001 From: pb Date: Tue, 8 Apr 2025 17:23:01 +0200 Subject: [PATCH] added comments --- models/argo_logs.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/models/argo_logs.go b/models/argo_logs.go index 1796813..2f7dcf6 100644 --- a/models/argo_logs.go +++ b/models/argo_logs.go @@ -11,6 +11,7 @@ import ( "github.com/rs/zerolog" ) +// An object to monitor the logs generated by a specific pod from a workflow execution type ArgoWatch struct { Name string Namespace string @@ -47,6 +48,7 @@ func NewArgoLogs(name string, namespace string, stepMax int) *ArgoLogs { } } +// An object to monitor and log the output of an argo submit type ArgoLogs struct { Name string Namespace string