Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item[T middleware.Middleware] struct { Metadata Middleware T }
Item is a single middleware in the store. It holds the middleware implementation and the metadata associated with it.
type Store ¶
type Store[T middleware.Middleware] struct { // contains filtered or unexported fields }
Store provides a dynamic dictionary to loaded Component Middleware implementations.
func New ¶
func New[T middleware.Middleware](kind string) *Store[T]
Click to show internal directories.
Click to hide internal directories.