Skip to content

Commit

Permalink
Merge pull request #1 from storage-lock/dev
Browse files Browse the repository at this point in the history
add Eventable interface
  • Loading branch information
CC11001100 committed Aug 12, 2023
2 parents a87bba9 + 28652c4 commit 56e6419
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eventable.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package events

// Eventable
type Eventable interface {
SetEvent(e *Event)
}

0 comments on commit 56e6419

Please sign in to comment.