Ack defines a whole client ack request entity.
| 68 | |
| 69 | // Ack defines a whole client ack request entity. |
| 70 | type Ack struct { |
| 71 | proto.Envelope |
| 72 | Header SignedAckHeader `json:"h"` |
| 73 | } |
| 74 | |
| 75 | // AckResponse defines client ack response entity. |
| 76 | type AckResponse struct{} |
nothing calls this directly
no outgoing calls
no test coverage detected