mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-11 12:48:12 +08:00
update plugin management
This commit is contained in:
7
core/model/plugin.go
Normal file
7
core/model/plugin.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
type Plugin interface {
|
||||
Name() string
|
||||
Enable() error
|
||||
Disable() error
|
||||
}
|
||||
Reference in New Issue
Block a user