Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collection ¶
type Collection[H any, V any] interface { // Registry returns a plugin-scoped Registry for hook registration. Registry(pluginID string) hook.Registry[H, V] // Provider retrieves applicable hooks for the given context, kinds, and value. hook.Provider[H, V] }
Collection combines Registry and Provider interfaces for a given handler type. It supports multi-plugin isolation and filtered access to handlers.
Click to show internal directories.
Click to hide internal directories.