bloomName returns the backend bloom name for the given shard
(shard int)
| 15 | |
| 16 | // bloomName returns the backend bloom name for the given shard |
| 17 | func BloomName(shard int) string { |
| 18 | return nameBloomPrefix + strconv.Itoa(shard) |
| 19 | } |
no outgoing calls