contextx

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: May 17, 2021 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Contextx

type Contextx struct {
	context.Context
}

Contextx extends google's context to support logging methods

func Background

func Background() Contextx

Background returns a non-nil, empty Context. It is never canceled, has no values, and has no deadline. It is typically used by the main function, initialization, and tests, and as the top-level Context for incoming requests

func WithCancel

func WithCancel(parent Contextx) (Contextx, context.CancelFunc)

WithCancel returns a copy of parent with added cancel function

func WithTimeout

func WithTimeout(parent Contextx, d time.Duration) (Contextx, context.CancelFunc)

WithTimeout returns a copy of parent with timeout condition and cancel function

func WithValue

func WithValue(parent Contextx, key interface{}, val interface{}) Contextx

WithValue returns a copy of parent in which the value associated with key is val.

Jump to

Keyboard shortcuts

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