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 CallFn Param interface{} }
CallCtx : call context, function and param
func NewCallCtx ¶
NewCallCtx : new call context
Click to show internal directories.
Click to hide internal directories.