MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / NewLiteContainer

Function NewLiteContainer

api/pkg/di/container.go:102–106  ·  view source on GitHub ↗

NewLiteContainer creates a Container without any routes or listeners

()

Source from the content-addressed store, hash-verified

100
101// NewLiteContainer creates a Container without any routes or listeners
102func NewLiteContainer() (container *Container) {
103 return &Container{
104 logger: logger(3).WithService(fmt.Sprintf("%T", container)),
105 }
106}
107
108// NewContainer creates a new dependency injection container
109func NewContainer(projectID string, version string) (container *Container) {

Callers

nothing calls this directly

Calls 2

loggerFunction · 0.85
WithServiceMethod · 0.65

Tested by

no test coverage detected