Documentation ¶
Index ¶
Constants ¶
View Source
const ( OK status = iota EXPIRED MISS )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallMap ¶
type CallMap struct {
// contains filtered or unexported fields
}
func (*CallMap) DoMGet ¶
func (self *CallMap) DoMGet(kvsResult *CallRes, fn func(...string) (map[string][]byte, error), keys ...string)
key_1 *call1 key_2 *call1 key_3 *call1 key_4 *call2 key_5 *call2 key_6 *call3 key_7 *call3 1. when get kvs: key_1 key_2 key_5 key_11 new(call) = *call4 start *call4 , wait for *call1 *call2, *call4 2. when get kvs: key_11 wait for *call4
type GetTraceWrapper ¶ added in v0.3.0
type MGetTraceWrapper ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.