inject_ctx

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2023 License: MIT Imports: 3 Imported by: 0

README

inject_ctx

主要用途

用于向ctx注入一些信息

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DefaultInjectFunc

func DefaultInjectFunc(ctx context.Context) context.Context

DefaultInjectFunc 默认注入

func StreamServerInterceptor

func StreamServerInterceptor(opts ...Option) grpc.StreamServerInterceptor

func UnaryServerInterceptor

func UnaryServerInterceptor(opts ...Option) grpc.UnaryServerInterceptor

Types

type InjectCtxFunc

type InjectCtxFunc func(ctx context.Context) context.Context

InjectCtxFunc 注入ctx方法

type Option

type Option func(*options)

func WithInjectCtxFunc

func WithInjectCtxFunc(fns ...InjectCtxFunc) Option

Jump to

Keyboard shortcuts

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