Skip to content

Commit

Permalink
Addressed PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kidambisrinivas committed Sep 30, 2024
1 parent 344f6eb commit 3c629e4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions core/capabilities/triggers/logevent/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ type Payload struct {
ActualExecutionTime string
}

// Log Event Trigger Capability Response
type Response struct {
capabilities.TriggerEvent
Metadata struct{}
Payload Payload
}

// Log Event Trigger Capabilities Manager
// Manages different log event triggers using an underlying triggerStore
type TriggerService struct {
Expand Down

0 comments on commit 3c629e4

Please sign in to comment.