Documentation ¶
Overview ¶
Package executor contains the Execute function for sending a replay to a device.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute( ctx context.Context, payload protocol.Payload, decoder builder.ResponseDecoder, connection io.ReadWriteCloser, memoryLayout *device.MemoryLayout, os *device.OS) error
Execute sends the replay payload for execution on the target replay device communicating on connection. decoder will be used for decoding all postback reponses. Once a postback response is decoded, the corresponding handler in the handlers map will be called.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.