KeyUint implements Key interface and is simple uint64 key
| 35 | |
| 36 | // KeyUint implements Key interface and is simple uint64 key |
| 37 | type KeyUint struct { |
| 38 | ID uint64 |
| 39 | } |
| 40 | |
| 41 | // NewKeyUint simple new uint64 key |
| 42 | func NewKeyUint(key uint64) *KeyUint { |
nothing calls this directly
no outgoing calls
no test coverage detected