//
pkg.gl
Category
github.com/QOSGroup/qbase
context
package
0.2.5
Repository:
https://github.com/qosgroup/qbase.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
45
Files
293 SLOC
#
Functions
NewContext
create a new context nolint: unparam.
#
Constants
ContextKeySigners
ContextKeySigners 用于保存tx中签名的账户.
#
Structs
Context
The intent of Context is for it to be an immutable object that can be cloned and updated cheaply with WithValue() and passed forward to the next decorator or handler.
Op
XXX add description.