From 740805d6034458b5de1a5d2048b695d3bf31f495 Mon Sep 17 00:00:00 2001 From: Aldo Lacuku Date: Mon, 20 Nov 2023 15:59:54 +0100 Subject: [PATCH] fix(types.go): remove space in tag Signed-off-by: Aldo Lacuku --- pkg/events/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/events/types.go b/pkg/events/types.go index 7fc9cc4..de53bc1 100644 --- a/pkg/events/types.go +++ b/pkg/events/types.go @@ -33,7 +33,7 @@ type Resource struct { // Only used when storing metadata for pods. ResourceReferences fields.References // Tracks the nodes to which we have already sent the resource. - subs fields.Subscribers `hash: "ignore"` + subs fields.Subscribers `hash:"ignore"` // State fields that are needed to track the nodes to which we need to send // the resource. This fields thought to be used by the methods of the Resource. createdFor fields.Subscribers `hash:"ignore"`