GetRequestTimestamp returns the request timestamp.
()
| 42 | |
| 43 | // GetRequestTimestamp returns the request timestamp. |
| 44 | func (h *AckHeader) GetRequestTimestamp() time.Time { |
| 45 | return h.Response.GetRequestTimestamp() |
| 46 | } |
| 47 | |
| 48 | // GetResponseTimestamp returns the response timestamp. |
| 49 | func (h *AckHeader) GetResponseTimestamp() time.Time { |
no outgoing calls
no test coverage detected