Hash returns a unique hash value for u.
()
| 77 | |
| 78 | // Hash returns a unique hash value for u. |
| 79 | func (u *UserTypeExpr) Hash() string { |
| 80 | return Hash(u, true, false, true) |
| 81 | } |
| 82 | |
| 83 | // Example produces an example for the user type which is JSON serialization |
| 84 | // compatible. |