Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ExtractHookManager func(ctx context.Context) IHookManager
View Source
var NewHook func(index int, name string, callbackType any) IHook
View Source
var NewHookImpl func(callback any, plugin IPlugin) IHookImpl
View Source
var NewHookManager func() IHookManager
View Source
var NewRawHook func(name string, callbackType any) IHook
View Source
var Register func(ctx context.Context, items []*IHook) (err error)
View Source
var SetHookManager func(ctx context.Context, store IHookManager) error
Functions ¶
This section is empty.
Types ¶
type ExecuteProto ¶
type ExecuteProto = include.HookExecuteProto
type IHookManager ¶
type IHookManager = include.IHookManager
Click to show internal directories.
Click to hide internal directories.