diff --git a/plugin.go b/plugin.go index 790cdf0..d571bd6 100644 --- a/plugin.go +++ b/plugin.go @@ -5,6 +5,8 @@ type HostingPlugin struct { Listeners []HostingListener Version string Author string + Load func() error + Debug func() error } type HostingPluginLoader struct {