Skip to content

Commit

Permalink
comments unwanted struct for now until thought better
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwiniag committed Jan 8, 2025
1 parent a3b2cae commit 24c5f6e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ent/schema/scans.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 24c5f6e

Please sign in to comment.