diff --git a/plugin.go b/plugin.go index ca11dd3..18fcb6a 100644 --- a/plugin.go +++ b/plugin.go @@ -15,5 +15,5 @@ type HostingPluginInterface interface { GetName() string GetVersion() string GetAuthor() string - RegisterListeners() []Listener + RegisterListeners() []HostingListener }