Int64ID creates a new integer request identifier.
(i int64)
| 83 | |
| 84 | // Int64ID creates a new integer request identifier. |
| 85 | func Int64ID(i int64) ID { return ID{value: i} } |
| 86 | |
| 87 | // IsValid returns true if the ID is a valid identifier. |
| 88 | // The default value for ID will return false. |
no outgoing calls
searching dependent graphs…