Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseInfo ¶
type ResponseInfo struct {
Size int
}
ResponseInfo structure is filled with data after the RPC call. It can be obtained with rpc.ContextWithResponseInfo function.
func ContextWithResponseInfo ¶
func ContextWithResponseInfo(parent context.Context) (context.Context, *ResponseInfo)
ContextWithResponseInfo will create a child context that has ResponseInfo set as value. This value will get filled after the call is made and can be used later to retrieve some info of interest.
type ResponseInfoMiddleware ¶
type ResponseInfoMiddleware struct{}
Click to show internal directories.
Click to hide internal directories.