package
Version:
v0.0.15
Opens a new window with list of versions in this module.
Published: Oct 21, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
type CC
-
func NewCC(logOutput logger.Writer, errOutput logger.ErrWriter, configPath config.Path, ...) (*CC, func(), error)
-
func NewTestCC(logOutput logger.Writer, errOutput logger.ErrWriter, configPath config.Path, ...) (*CC, func(), error)
CC contains dependencies that are cross cutting and are needed in most
of the providers that make up this application
NewCC creates a singleton CC
NewTestCC creates a singleton CC to be used for testing.
It uses a fake context (context.Background)
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.