Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Package__99b5nh = &core.Package{ PackageName: "namespacelabs.dev/foundation/universe/go/panicparse", } Provider__99b5nh = core.Provider{ Package: Package__99b5nh, Instantiate: makeDeps__99b5nh, } Initializers__99b5nh = []*core.Initializer{ { Package: Package__99b5nh, Do: func(ctx context.Context, di core.Dependencies) error { return di.Instantiate(ctx, Provider__99b5nh, func(ctx context.Context, v interface{}) error { return Prepare(ctx, v.(ExtensionDeps)) }) }, }, } )
Functions ¶
Types ¶
type ExtensionDeps ¶
type ExtensionDeps struct {
DebugHandler core.DebugHandler
}
Dependencies that are instantiated once for the lifetime of the extension.
Click to show internal directories.
Click to hide internal directories.