Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package container provides the dependencies for the application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct {
	Ctx                    context.Context
	Clocker                clock.Clock
	Translator             i18n.Translation
	Config                 config.ValidConfig
	Logger                 logger.Logger
	Store                  store.Store
	EncypterContainer      encrypt.Container
	AuthenticatorContainer auth.AuthenticatorContainer
	TargetContainer        target.Container
}
    Container holds the dependencies for the application
 Click to show internal directories. 
   Click to hide internal directories.