From a24f95d93a723294486fcc647074ec652539ed6d Mon Sep 17 00:00:00 2001 From: NecrossIT <2foralp@googlemail.com> Date: Fri, 9 Jun 2023 18:10:09 +0200 Subject: [PATCH] feature: structs and interface --- plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.go b/plugin.go index 18fcb6a..556927c 100644 --- a/plugin.go +++ b/plugin.go @@ -2,7 +2,7 @@ package Hosting_System_Plugin_Library type HostingPlugin struct { Name string - Listeners []Listener + Listeners []HostingListener Version string Author string }