GetResponseTimestamp returns the response timestamp.
()
| 47 | |
| 48 | // GetResponseTimestamp returns the response timestamp. |
| 49 | func (h *AckHeader) GetResponseTimestamp() time.Time { |
| 50 | return h.Response.Timestamp |
| 51 | } |
| 52 | |
| 53 | // GetRequestHash returns the request hash. |
| 54 | func (h *AckHeader) GetRequestHash() hash.Hash { |
no outgoing calls
no test coverage detected