Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
func NewConstructorFactory ¶
func NewInjectionFactory ¶
func NewInjectionFactory[T any](injector remy.DependencyRetriever, useKey string) Factory[T]
type GenericFactory ¶
type GenericFactory[T any] struct { // contains filtered or unexported fields }
func (GenericFactory[T]) New ¶
func (fac GenericFactory[T]) New() (T, error)
func (GenericFactory[T]) NewPtr ¶
func (fac GenericFactory[T]) NewPtr() (*T, error)
Click to show internal directories.
Click to hide internal directories.