MCPcopy Index your code
hub / github.com/aceld/zinx / Set

Method Set

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

Set 在 Request 中存放一个上下文

(key string, value interface{})

Source from the content-addressed store, hash-verified

53 Copy() IRequest
54 //Set 在 Request 中存放一个上下文
55 Set(key string, value interface{})
56 //Get 从 Request 中获取一个上下文信息
57 Get(key string) (value interface{}, exists bool)
58}

Callers 9

GetSetFunction · 0.65
TestJsonMarshalFunction · 0.65
SetNotifyIDMethod · 0.65
A1Function · 0.65
AddMethod · 0.65
NoPoll1Function · 0.65
NoPoll4Function · 0.65
Poll1Function · 0.65
Poll4Function · 0.65

Implementers 2

BaseRequestziface/irequest.go
Requestznet/request.go

Calls

no outgoing calls

Tested by 3

GetSetFunction · 0.52
TestJsonMarshalFunction · 0.52
A1Function · 0.52