Value returns the key string.
()
| 114 | |
| 115 | // Value returns the key string. |
| 116 | func (k *Key) Value() string { |
| 117 | return k.value |
| 118 | } |
| 119 | |
| 120 | // Hint returns a masked, identifiable fragment of the key, suitable |
| 121 | // for logs and persisted records. |
no outgoing calls