diff options
Diffstat (limited to 'pkg/event/subscription.go')
| -rw-r--r-- | pkg/event/subscription.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/event/subscription.go b/pkg/event/subscription.go new file mode 100644 index 0000000..0a76efc --- /dev/null +++ b/pkg/event/subscription.go @@ -0,0 +1,3 @@ +package event + +type Subscription func(any) |
