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