contextx

package
v0.0.0-...-fefde71 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2024 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
	*zap.Logger
}

Contextx extends google's context to support logging methods.

func Background

func Background() Contextx

Background returns a non-nil, empty Contextx. It is never canceled, has no values, and has no deadline.

func WithContextx

func WithContextx(c context.Context) Contextx

WithContextx returns a copy of parent in which the context is set to c.

Jump to

Keyboard shortcuts

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