request

package
v1.0.0-alpha.46 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// DefaultNamespaceName is for "default" namespace in the cluster which means all the databases created are under a single
	// namespace.
	// It is totally fine for a deployment to choose this and just have one namespace. The default assigned value for
	// this namespace is 1.
	DefaultNamespaceName string = "default_namespace"

	DefaultNamespaceId = uint32(1)

	UnknownValue = "unknown"
)

Variables

View Source
var ErrNamespaceNotFound = api.Errorf(api.Code_NOT_FOUND, "namespace not found")

Functions

func GetNameSpaceFromHeader

func GetNameSpaceFromHeader(ctx context.Context) string

func GetNamespace

func GetNamespace(ctx context.Context) (string, error)

func IsAdminApi

func IsAdminApi(fullMethodName string) bool

func SetAccessToken

func SetAccessToken(ctx context.Context, token *AccessToken) context.Context

func SetNamespace

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

func SetRequestMetadata

func SetRequestMetadata(ctx context.Context, metadata RequestMetadata) context.Context

Types

type AccessToken

type AccessToken struct {
	Namespace string
	Sub       string
}

func GetAccessToken

func GetAccessToken(ctx context.Context) (*AccessToken, error)

type AccessTokenNamespaceExtractor

type AccessTokenNamespaceExtractor struct {
}

func (*AccessTokenNamespaceExtractor) Extract

func (tokenNamespaceExtractor *AccessTokenNamespaceExtractor) Extract(ctx context.Context) (string, error)

type NamespaceExtractor

type NamespaceExtractor interface {
	Extract(ctx context.Context) (string, error)
}

NamespaceExtractor - extract the namespace from context

type RequestMetadata

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

func GetGrpcEndPointMetadataFromFullMethod

func GetGrpcEndPointMetadataFromFullMethod(ctx context.Context, fullMethod string, methodType string) RequestMetadata

func GetRequestMetadata

func GetRequestMetadata(ctx context.Context) (*RequestMetadata, error)

func NewRequestEndpointMetadata

func NewRequestEndpointMetadata(ctx context.Context, serviceName string, methodInfo grpc.MethodInfo) RequestMetadata

func (*RequestMetadata) GetFullMethod

func (r *RequestMetadata) GetFullMethod() string

func (*RequestMetadata) GetInitialTags

func (r *RequestMetadata) GetInitialTags() map[string]string

func (*RequestMetadata) GetMethodInfo

func (r *RequestMetadata) GetMethodInfo() grpc.MethodInfo

func (*RequestMetadata) GetMethodName

func (r *RequestMetadata) GetMethodName() string

func (*RequestMetadata) GetServiceName

func (r *RequestMetadata) GetServiceName() string

func (*RequestMetadata) GetServiceType

func (r *RequestMetadata) GetServiceType() string

func (*RequestMetadata) GetUnAuthenticatedNamespaceName

func (r *RequestMetadata) GetUnAuthenticatedNamespaceName() string

type RequestMetadataCtxKey

type RequestMetadataCtxKey struct {
}

Jump to

Keyboard shortcuts

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