Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BatchReqCall ¶
type BatchReqCall struct { ReqCallDos []*ReqCallDone // contains filtered or unexported fields }
func NewBatchReqCall ¶
func NewBatchReqCall(errorCallback ErrorCallback, reqCalls ...ReqCaller) *BatchReqCall
func (*BatchReqCall) Do ¶
func (c *BatchReqCall) Do() *BatchReqCall
type ErrorCallback ¶
type ReqCallDone ¶
type ReqCallDone struct { Result interface{} Err interface{} // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.