(err error, id string, ts time.Time, params map[string]any)
| 170 | } |
| 171 | |
| 172 | func decodeStoreError(err error, id string, ts time.Time, params map[string]any) *ServerComMessage { |
| 173 | return decodeStoreErrorExplicitTs(err, id, "", ts, ts, params) |
| 174 | } |
| 175 | |
| 176 | func decodeStoreErrorExplicitTs(err error, id, topic string, serverTs, incomingReqTs time.Time, |
| 177 | params map[string]any) *ServerComMessage { |
no test coverage detected
searching dependent graphs…