nscontext

package
v1.36.5 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package nscontext provides namespace context functionality that replaces google.golang.org/appengine.Namespace. It uses context values to store the namespace, which can be retrieved by the datastore package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetNamespace

func GetNamespace(ctx context.Context) string

GetNamespace returns the namespace from the context, or empty string if not set.

func HasNamespace

func HasNamespace(ctx context.Context) bool

HasNamespace returns true if the context has a namespace set.

func WithNamespace

func WithNamespace(ctx context.Context, namespace string) context.Context

WithNamespace returns a new context with the given namespace. This replaces appengine.Namespace(ctx, ns).

Types

This section is empty.

Jump to

Keyboard shortcuts

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