Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Package__33brri = &core.Package{ PackageName: "namespacelabs.dev/foundation/std/monitoring/tracing/jaeger", PackageDependencies: []string{"namespacelabs.dev/foundation/std/monitoring/tracing"}, } Provider__33brri = core.Provider{ Package: Package__33brri, Instantiate: makeDeps__33brri, } Initializers__33brri = []*core.Initializer{ { Package: Package__33brri, Before: []string{"namespacelabs.dev/foundation/std/monitoring/tracing"}, Do: func(ctx context.Context, di core.Dependencies) error { return di.Instantiate(ctx, Provider__33brri, func(ctx context.Context, v interface{}) error { return Prepare(ctx, v.(ExtensionDeps)) }) }, }, } )
Functions ¶
Types ¶
type ExtensionDeps ¶
Dependencies that are instantiated once for the lifetime of the extension.
Click to show internal directories.
Click to hide internal directories.