package
Version:
v0.28.0
Opens a new window with list of versions in this module.
Published: Apr 21, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package registry provides access to existing presets. Every preset is
required to call `Register` in order to become discoverable in the registry.
Find returns a preset registered under the provided name, or nil if such
name is not registered.
func Register(name string, p presetFactory)
Register makes the provided preset discoverable by the provided name.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.