-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
kind/enhancementKind: New feature or improvementKind: New feature or improvement
Description
What can be improved
istio-workspace/pkg/model/types.go
Lines 52 to 60 in 8217ff9
| type SessionContext struct { | |
| context.Context | |
| Name string | |
| Namespace string | |
| Route Route | |
| Client client.Client | |
| Log logr.Logger | |
| } |
https://go.dev/blog/context-and-structs
Why
It's considered confusing and discouraged by golang team.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/enhancementKind: New feature or improvementKind: New feature or improvement