ctxutil

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package ctxutil provides utilities for grpc context in OpenPitrix.

Index

Constants

View Source
const (
	MessageIdKey = "x-message-id"
	RequestIdKey = "x-request-id"
)

Variables

This section is empty.

Functions

func AppendMessageId

func AppendMessageId(ctx context.Context, messageId ...string) context.Context

func ClearMessageId

func ClearMessageId(ctx context.Context) context.Context

func ClearRequestId

func ClearRequestId(ctx context.Context) context.Context

func GetMessageId

func GetMessageId(ctx context.Context) []string

func GetRequestId

func GetRequestId(ctx context.Context) string

func GetValue

func GetValue(ctx context.Context, key string) []string

func SetMessageId

func SetMessageId(ctx context.Context, messageId ...string) context.Context

func SetRequestId

func SetRequestId(ctx context.Context, requestId string) context.Context

Types

This section is empty.

Jump to

Keyboard shortcuts

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