Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Injector ¶
type Injector struct { Config *config.Config Attachments *attachments.Attachments }
Injector represents a struct for the dependency injection.
func New ¶
func New(cfg *config.Config, efs *attachments.Attachments) (*Injector, error)
New creates a new injector instance with config.Config and attachments.Attachments.
Click to show internal directories.
Click to hide internal directories.