Skip to content

Commit

Permalink
feature: Load and Debug for Plugin struct
Browse files Browse the repository at this point in the history
  • Loading branch information
NecrossIT committed Jun 9, 2023
1 parent 0fca45d commit b8da885
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ type HostingPlugin struct {
Listeners []HostingListener
Version string
Author string
Load func() error
Debug func() error
}

type HostingPluginLoader struct {
Expand Down

0 comments on commit b8da885

Please sign in to comment.