Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncCtx ¶
type AsyncCtx struct {
// contains filtered or unexported fields
}
AsyncCtx : async call context
type AsyncR ¶
type AsyncR struct {
// contains filtered or unexported fields
}
AsyncR : async call result.
type CallCtx ¶
type CallCtx struct {
Call func(ctx context.Context, req interface{}) (rsp interface{}, err error)
Param interface{}
}
CallCtx : call context, function and param
Click to show internal directories.
Click to hide internal directories.