contextutil

package
v0.0.47 Latest Latest
Warning

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

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

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

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

type ContextArg string

Jump to

Keyboard shortcuts

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