Basic plugin system with centralized registry
This commit is contained in:
5
example/pluggable/hook/initializable.go
Normal file
5
example/pluggable/hook/initializable.go
Normal file
@ -0,0 +1,5 @@
|
||||
package hook
|
||||
|
||||
type Initializable interface {
|
||||
HookInit() error
|
||||
}
|
Reference in New Issue
Block a user