Skip to content

Commit

Permalink
Add resource type for reporting task added to events (#470)
Browse files Browse the repository at this point in the history
Add resource type for reporting task added to events
  • Loading branch information
pawel-fobka committed Mar 20, 2024
1 parent 71ebb12 commit a7312d7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions eventws/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ const (

// Constants for known ResourceType
const (
ResourceTypeApp = "app"
ResourceTypeReload = "reload"
ResourceTypeEvaluation = "evaluation"
ResourceTypeItems = "items"
ResourceTypeSharingTask = "sharing-task"
ResourceTypeApp = "app"
ResourceTypeReload = "reload"
ResourceTypeEvaluation = "evaluation"
ResourceTypeItems = "items"
ResourceTypeSharingTask = "sharing-task"
ResourceTypeReportingTask = "reporting-task"
)

0 comments on commit a7312d7

Please sign in to comment.