| 1258 | } |
| 1259 | |
| 1260 | type unixTimestampLast struct { |
| 1261 | Time time.Time |
| 1262 | } |
| 1263 | |
| 1264 | // this is silly example for `bindMultipleUnmarshaler` for type that uses last input value for unmarshalling |
| 1265 | func (t *unixTimestampLast) UnmarshalParams(params []string) error { |
nothing calls this directly
no outgoing calls
no test coverage detected