Generate random string as a name of the group topic
()
| 171 | |
| 172 | // Generate random string as a name of the group topic |
| 173 | func genTopicName() string { |
| 174 | return "grp" + store.Store.GetUidString() |
| 175 | } |
| 176 | |
| 177 | // Generates password of length n |
| 178 | func getPassword(n int) string { |
no test coverage detected
searching dependent graphs…