Skip to content

Commit c5d7db4

Browse files
committed
add get name
1 parent a4fab1b commit c5d7db4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

event.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ type TriggerInfoProvider interface {
3636

3737
// get specific kind of source (http, rabbit mq, etc)
3838
GetKind() string
39+
40+
// get given name of trigger
41+
GetName() string
3942
}
4043

4144
// Event allows access to the concrete event

0 commit comments

Comments
 (0)