(configID uint8)
| 1188 | } |
| 1189 | |
| 1190 | func echMetaKey(configID uint8) string { |
| 1191 | return path.Join(echConfigsKey, strconv.Itoa(int(configID)), "meta.json") |
| 1192 | } |
| 1193 | |
| 1194 | // publicationHistory is a map of publisher key to |
| 1195 | // map of inner name to timestamp |
no outgoing calls
no test coverage detected