contextutil

package
v0.0.0-...-6902453 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context

type Context[T any] interface {
	Inject(ctx context.Context, v T) context.Context
	Extract(ctx context.Context) T
}

func New

func New[T any](optFuncs ...ContextOptFunc[T]) Context[T]

type ContextOptFunc

type ContextOptFunc[T any] func(opt *ctx[T])

func Defaulter

func Defaulter[T any](d func() T) ContextOptFunc[T]

Jump to

Keyboard shortcuts

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