view

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithValue

func WithValue(ctx context.Context, key interface{}, value interface{}) context.Context

WithValue returns a new context with the provided key-value pair.

Types

type Context

type Context struct {
	sync.RWMutex
	// contains filtered or unexported fields
}

Context represents a view context

func NewContext

func NewContext(parent context.Context) *Context

func (*Context) Deadline

func (vc *Context) Deadline() (deadline time.Time, ok bool)

func (*Context) Done

func (vc *Context) Done() <-chan struct{}

func (*Context) Err

func (vc *Context) Err() error

func (*Context) Value

func (vc *Context) Value(key interface{}) interface{}

func (*Context) WithValue

func (vc *Context) WithValue(key interface{}, value interface{}) context.Context

Jump to

Keyboard shortcuts

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