| 1153 | } |
| 1154 | |
| 1155 | type unixTimestamp struct { |
| 1156 | Time time.Time |
| 1157 | } |
| 1158 | |
| 1159 | func (t *unixTimestamp) UnmarshalParam(param string) error { |
| 1160 | n, err := strconv.ParseInt(param, 10, 64) |
nothing calls this directly
no outgoing calls
no test coverage detected