context

package
v1.7.4 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2020 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ops

type Ops interface {
	// WithTimeout returns a new context with the given timeout that can be canceled with the returned function.
	WithTimeout(ctx context.Context, timeout time.Duration) (context.Context, context.CancelFunc)
}

Ops are operations to do with a context. They mimic the functions from the context package.

func DefaultOps

func DefaultOps() Ops

DefaultOps returns the default Ops implementation.

Jump to

Keyboard shortcuts

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