MCPcopy
hub / github.com/aceld/zinx / Get

Method Get

ziface/irequest.go:57–57  ·  view source on GitHub ↗

Get 从 Request 中获取一个上下文信息

(key string)

Source from the content-addressed store, hash-verified

55 Set(key string, value interface{})
56 //Get 从 Request 中获取一个上下文信息
57 Get(key string) (value interface{}, exists bool)
58}
59
60type BaseRequest struct{}

Callers 10

GetSetFunction · 0.65
GetNotifyByIDMethod · 0.65
ListenWebsocketConnMethod · 0.65
A2Function · 0.65
GetRequestFunction · 0.65
GetMethod · 0.65
Get2Method · 0.65
NoPoll2Function · 0.65
Poll2Function · 0.65
Poll3Function · 0.65

Implementers 2

BaseRequestziface/irequest.go
Requestznet/request.go

Calls

no outgoing calls

Tested by 2

GetSetFunction · 0.52
A2Function · 0.52