mirror of
https://github.com/elyby/chrly.git
synced 2024-11-27 01:01:59 +05:30
8 lines
123 B
Go
8 lines
123 B
Go
package eventsubscribers
|
|
|
|
import "github.com/elyby/chrly/dispatcher"
|
|
|
|
type Subscriber interface {
|
|
dispatcher.Subscriber
|
|
}
|