registry

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Registry

type Registry struct {
	// contains filtered or unexported fields
}

func NewRegistry

func NewRegistry(logger *log.Logger) *Registry

func (*Registry) Executors

func (r *Registry) Executors() []executor.Executor

Executors returns all executors

func (*Registry) Readiness

func (r *Registry) Readiness() executor.Executor

Readiness returns the readiness hook It is used to check if the module is ready to serve requests It is not used for the readiness probe The readiness probe is implemented in the module itself

func (*Registry) RegisterAppHooks

func (r *Registry) RegisterAppHooks(hooks ...pkg.Hook[*pkg.ApplicationHookInput])

func (*Registry) RegisterModuleHooks

func (r *Registry) RegisterModuleHooks(hooks ...pkg.Hook[*pkg.HookInput])

func (*Registry) SetReadinessHook

func (r *Registry) SetReadinessHook(h pkg.Hook[*pkg.HookInput])

Jump to

Keyboard shortcuts

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