contextutil

package
v0.0.52 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2023 License: MIT Imports: 2 Imported by: 36

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultContext = context.TODO()
View Source
var ErrIncorrectNumberOfItems = errors.New("number of items is not even")

Functions

func ValueOrDefault added in v0.0.48

func ValueOrDefault(value interface{}) context.Context

ValueOrDefault returns default context if given is nil (using interface to avoid static check reporting)

func WithValues

func WithValues(ctx context.Context, keyValue ...ContextArg) (context.Context, error)

WithValues combines multiple key-value into an existing context

Types

type ContextArg added in v0.0.48

type ContextArg string

Jump to

Keyboard shortcuts

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