di_utils

package
v0.1.53 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2025 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildFromSettings

func BuildFromSettings[T Container](
	ctx context.Context,
	builder func(ctx context.Context) (T, error),
) (T, error)

func MustBuildFromSettings

func MustBuildFromSettings[T Container](
	ctx context.Context,
	builder func(ctx context.Context) (T, error),
) T

Types

type CloserWithContext added in v0.1.26

type CloserWithContext interface {
	Close(ctx context.Context) error
}

type Container

type Container interface {
	Healths() []Health
	Closers() []CloserWithContext
}

type Health added in v0.1.26

type Health interface {
	Health(ctx context.Context) error
}

Jump to

Keyboard shortcuts

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