GetQueryKey returns the request query key.
()
| 37 | |
| 38 | // GetQueryKey returns the request query key. |
| 39 | func (h *AckHeader) GetQueryKey() QueryKey { |
| 40 | return h.Response.Request.GetQueryKey() |
| 41 | } |
| 42 | |
| 43 | // GetRequestTimestamp returns the request timestamp. |
| 44 | func (h *AckHeader) GetRequestTimestamp() time.Time { |
no outgoing calls