Documentation
¶
Index ¶
- Variables
- func CloseNotify(notifyName string)
- func InsertNotifyData(notifyName string, data interface{})
- func InsertNotifyDataWithLikedName(likedName string, data interface{})
- func NewNotify(notifyName string) chan interface{}
- func WaitNotifyResponse(notifyName string, timeout time.Duration) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorCommandTimeOut = errors.New("command time out")
Functions ¶
func CloseNotify ¶
func CloseNotify(notifyName string)
func InsertNotifyData ¶
func InsertNotifyData(notifyName string, data interface{})
func InsertNotifyDataWithLikedName ¶
func InsertNotifyDataWithLikedName(likedName string, data interface{})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.