(ctx context.Context, agentID, emailMessageID string)
| 169 | // up the full identity store. |
| 170 | type hitlInboundLookup interface { |
| 171 | GetInboundByEmailMessageID(ctx context.Context, agentID, emailMessageID string) (*identity.Message, error) |
| 172 | } |
| 173 | |
| 174 | // buildSendRequestFromMessage reconstructs a SendRequest from a stored |
no outgoing calls
no test coverage detected