namespace

package
v2.5.0 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// TODO: Move default namespace out of go-micro
	DefaultNamespace = auth.DefaultNamespace
	// RuntimeNamespace is the namespace which runtime services
	// such as the store and broker operate within. Any service
	// can read runtime services but writing is restricted.
	RuntimeNamespace = "runtime"
	// NamespaceKey is used to set/get the namespace from the
	// context
	NamespaceKey = "Micro-Namespace"
)

Variables

This section is empty.

Functions

func NamespaceFromContext

func NamespaceFromContext(ctx context.Context) string

NamespaceFromContext gets the namespace from the context

func NamespaceFromService

func NamespaceFromService(name string) (string, error)

NamespaceFromService returns the namespace the service belongs to

Types

type Resolver

type Resolver struct {
	// contains filtered or unexported fields
}

Resolver determines the namespace for a request

func NewResolver

func NewResolver(srvType, namespace string) *Resolver

func (Resolver) Resolve

func (r Resolver) Resolve(req *http.Request) string

func (Resolver) ResolveWithType

func (r Resolver) ResolveWithType(req *http.Request) string

func (Resolver) String

func (r Resolver) String() string

Jump to

Keyboard shortcuts

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