Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DirectoryCache = &pluginDirCache{ directories: map[string]PluginDir{}, }
Functions ¶
Types ¶
type ConstraintRegistry ¶
type ConstraintRegistry[T any, K registry.Key[K]] struct { // contains filtered or unexported fields }
func NewConstraintRegistry ¶
func NewConstraintRegistry[T internal.Element[K], K registry.Key[K]](list []T) *ConstraintRegistry[T, K]
func (*ConstraintRegistry[T, K]) Lookup ¶
func (r *ConstraintRegistry[T, K]) Lookup(key K) []*T
func (*ConstraintRegistry[T, K]) LookupFor ¶
func (r *ConstraintRegistry[T, K]) LookupFor(name string, key K) []*T
type PluginDirCache ¶
type PluginDirCache = *pluginDirCache
Click to show internal directories.
Click to hide internal directories.