contexti

package
v1.4.9 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2024 License: MIT Imports: 13 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetPool

func GetPool[REQ any]() sync.Pool

Types

type AuthInfo

type AuthInfo interface {
	IdStr() string
}

type DeviceInfo added in v1.4.9

type DeviceInfo struct {
	//设备
	Device     string `json:"device" gorm:"size:255"`
	Os         string `json:"os" gorm:"size:255"`
	AppCode    string `json:"appCode" gorm:"size:255"`
	AppVersion string `json:"appVersion" gorm:"size:255"`
	IP         string `json:"ip" gorm:"size:255"`
	Lng        string `json:"lng" gorm:"type:numeric(10,6)"`
	Lat        string `json:"lat" gorm:"type:numeric(10,6)"`
	Area       string `json:"area" gorm:"size:255"`
	UserAgent  string `json:"userAgent" gorm:"size:255"`
}

func Device added in v1.4.9

func Device(infoHeader, area, localHeader, userAgent, ip string) *DeviceInfo

type RequestContext added in v1.4.9

type RequestContext[REQ any] struct {
	context.Context
	TraceID string

	Token  string
	AuthID string
	AuthInfo
	AuthInfoRaw string

	*DeviceInfo

	request.RequestAt
	Request *REQ
	grpc.ServerTransportStream

	Internal string
	Values   map[string]any
}

func ContextFromContext added in v1.4.9

func ContextFromContext[REQ any](ctx context.Context) *RequestContext[REQ]

func NewContext added in v1.4.9

func NewContext[REQ any](ctx context.Context) *RequestContext[REQ]

func (*RequestContext[REQ]) ContextWrapper added in v1.4.9

func (c *RequestContext[REQ]) ContextWrapper() context.Context

func (*RequestContext[REQ]) Error added in v1.4.9

func (c *RequestContext[REQ]) Error(args ...interface{})

func (*RequestContext[REQ]) ErrorLog added in v1.4.9

func (c *RequestContext[REQ]) ErrorLog(err, originErr error, funcName string) error

func (*RequestContext[REQ]) HandleError added in v1.4.9

func (c *RequestContext[REQ]) HandleError(err error)

func (*RequestContext[REQ]) Method added in v1.4.9

func (c *RequestContext[REQ]) Method() string

func (*RequestContext[REQ]) StartSpan added in v1.4.9

func (c *RequestContext[REQ]) StartSpan(name string, o ...trace.StartOption) (*RequestContext[REQ], *trace.Span)

func (*RequestContext[REQ]) WithContext added in v1.4.9

func (c *RequestContext[REQ]) WithContext(ctx context.Context)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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