()
| 22 | } |
| 23 | |
| 24 | func NewZNotify() ziface.Inotify { |
| 25 | return ¬ify{ |
| 26 | connIdMap: zutils.NewShardLockMaps(), |
| 27 | } |
| 28 | } |
| 29 | |
| 30 | func (n *notify) genConnStrId(connID uint64) string { |
| 31 | strConnId := strconv.FormatUint(connID, 10) |
no test coverage detected