Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyOptions ¶
Types ¶
type DriverBuilder ¶
type DriverCache ¶
type DriverCache[D driver] interface { Register(name string, builder DriverBuilder[D]) Unregister(name string) Get(name string) (DriverBuilder[D], bool) List() []string }
func NewDriverCache ¶
func NewDriverCache[D driver]() DriverCache[D]
Click to show internal directories.
Click to hide internal directories.