Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeNewStorageDriver ¶
func MakeNewStorageDriver() StorageDriver
func RandomString ¶
func RandomString() string
Types ¶
type MultiLock ¶
type MultiLock struct {
// contains filtered or unexported fields
}
func NewMultiLock ¶
func NewMultiLock() *MultiLock
type RequestMap ¶
type RequestMap struct {
// contains filtered or unexported fields
}
func NewRequestMap ¶
func NewRequestMap() *RequestMap
func (*RequestMap) MakeRequest ¶
func (rm *RequestMap) MakeRequest(id uint64) <-chan interface{}
func (*RequestMap) Respond ¶
func (rm *RequestMap) Respond(id uint64, r interface{})
Click to show internal directories.
Click to hide internal directories.