StringID returns the key's string ID (also known as an entity name or key name), which may be "".
()
| 58 | // StringID returns the key's string ID (also known as an entity name or key |
| 59 | // name), which may be "". |
| 60 | func (k *Key) StringID() string { |
| 61 | return k.stringID |
| 62 | } |
| 63 | |
| 64 | // IntID returns the key's integer ID, which may be 0. |
| 65 | func (k *Key) IntID() int64 { |
no outgoing calls