Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DepsFactory ¶
type DepsFactory struct {
// contains filtered or unexported fields
}
DepsFactory provides methods to create dependencies
func NewDepsFactory ¶
func NewDepsFactory(config config.AppConfig) *DepsFactory
NewDepsFactory creates a new dependency factory
func (*DepsFactory) CreateDeps ¶
func (f *DepsFactory) CreateDeps() Deps
CreateDeps creates a new Deps instance with the provided database
Click to show internal directories.
Click to hide internal directories.