Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dearcode/candy
/ delRetry
Method
delRetry
store/msg.go:124–129 ·
view source on GitHub ↗
(id int64)
Source
from the content-addressed store, hash-verified
122
}
123
124
func
(m *messageDB) delRetry(id int64) {
125
log.Debugf(
"id:%v"
, id)
126
m.Lock()
127
delete(m.retry, id)
128
m.Unlock()
129
}
130
131
// 向未发送队列中添加记录
132
func
(m *messageDB) addQueue(id int64) error {
Callers
1
repush
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected