Skip to content

Commit

Permalink
feature: structs and interface
Browse files Browse the repository at this point in the history
  • Loading branch information
NecrossIT committed Jun 9, 2023
1 parent 285d03b commit 66026ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ type HostingPluginInterface interface {
GetName() string
GetVersion() string
GetAuthor() string
RegisterListeners() []Listener
RegisterListeners() []HostingListener
}

0 comments on commit 66026ff

Please sign in to comment.