legacycontroller

package
v0.0.312 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2023 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Package__onl1mt = &core.Package{
		PackageName: "namespacelabs.dev/foundation/orchestration/legacycontroller",
	}

	Provider__onl1mt = core.Provider{
		Package:     Package__onl1mt,
		Instantiate: makeDeps__onl1mt,
	}

	Initializers__onl1mt = []*core.Initializer{
		{
			Package: Package__onl1mt,
			Do: func(ctx context.Context, di core.Dependencies) error {
				return di.Instantiate(ctx, Provider__onl1mt, func(ctx context.Context, v interface{}) error {
					return Prepare(ctx, v.(ExtensionDeps))
				})
			},
		},
	}
)

Functions

func Prepare

func Prepare(ctx context.Context, _ ExtensionDeps) error

Types

type ExtensionDeps

type ExtensionDeps struct {
	Ready core.Check
}

Dependencies that are instantiated once for the lifetime of the extension.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL