(bytes []byte)
| 1010 | } |
| 1011 | |
| 1012 | func preparedIdKey(bytes []byte) [preparedIdSize]byte { |
| 1013 | var buf [preparedIdSize]byte |
| 1014 | copy(buf[:], bytes) |
| 1015 | return buf |
| 1016 | } |
| 1017 | |
| 1018 | func nameBasedUUID(name string) primitive.UUID { |
| 1019 | var uuid primitive.UUID |
no outgoing calls