HashString represents a string that should be hashed when redacted.
| 173 | |
| 174 | // HashString represents a string that should be hashed when redacted. |
| 175 | type HashString string |
| 176 | |
| 177 | // HashValue makes HashString a HashValue. |
| 178 | func (HashString) HashValue() {} |
no outgoing calls
no test coverage detected