From 24c5f6eb519201891e0f89bcf640118bfc5e9c9d Mon Sep 17 00:00:00 2001 From: ashwiniag Date: Wed, 8 Jan 2025 16:27:44 +0530 Subject: [PATCH] comments unwanted struct for now until thought better --- ent/schema/scans.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ent/schema/scans.go b/ent/schema/scans.go index 3d2ab08..42d9e53 100644 --- a/ent/schema/scans.go +++ b/ent/schema/scans.go @@ -14,11 +14,11 @@ type Scans struct { ent.Schema } -type scansNotifyParsed struct { - To uuid.UUID `json:"to"` // e.g., acme-linear, acme-jira - When string `json:"when"` // CEL condition - Format string `json:"format,omitempty"` // Todo: Custom template for notification descriptions -} +//type scansNotifyParsed struct { +// To uuid.UUID `json:"to"` // e.g., acme-linear, acme-jira +// When string `json:"when"` // CEL condition +// Format string `json:"format,omitempty"` // Todo: Custom template for notification descriptions +//} // Fields of the Scans. func (Scans) Fields() []ent.Field {