MCPcopy Create free account
hub / github.com/UiPath/uipathcli / WriteResponse

Method WriteResponse

output/output_writer.go:9–9  ·  view source on GitHub ↗
(response ResponseInfo)

Source from the content-addressed store, hash-verified

7// The OutputWriter is used to print the executor result on standard output.
8type OutputWriter interface {
9 WriteResponse(response ResponseInfo) error
10}

Callers 10

ExecuteMethod · 0.65
writeOutputMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
waitForDigitizationMethod · 0.65
downloadMethod · 0.65
ExecuteMethod · 0.65
CallMethod · 0.65
executeWaitMethod · 0.65

Implementers 3

MemoryOutputWriteroutput/memory_output_writer.go
TextOutputWriteroutput/text_output_writer.go
JsonOutputWriteroutput/json_output_writer.go

Calls

no outgoing calls

Tested by 1

ExecuteMethod · 0.52