add global msg recv opt

This commit is contained in:
Gordon
2022-06-15 12:57:40 +08:00
parent 1e62ddce73
commit 6f0860d954
3 changed files with 33 additions and 8 deletions
+1
View File
@@ -36,6 +36,7 @@ const (
messageCache = "MESSAGE_CACHE:"
SignalCache = "SIGNAL_CACHE:"
SignalListCache = "SIGNAL_LIST_CACHE:"
GlobalMsgRecvOpt = "GLOBAL_MSG_RECV_OPT"
)
func (d *DataBases) Exec(cmd string, key interface{}, args ...interface{}) (interface{}, error) {