Add Connection Timeout
diff --git a/cmd/client/view.go b/cmd/client/view.go
index 884ea00..f820d41 100644
--- a/cmd/client/view.go
+++ b/cmd/client/view.go
@@ -23,8 +23,8 @@ func (a app) View() string {
…
chore: update helm release argo-cd to v7.7.2
Refactor
message.Mode
select
One of the main points when using structs is that the way how to access the fields is known at compile time.Then the produced code uses fixed indexes added to a base address of the struct. …