Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
8
type
OutputWriter
interface
{
9
WriteResponse(response ResponseInfo) error
10
}
Callers
10
Execute
Method · 0.65
writeOutput
Method · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
waitForDigitization
Method · 0.65
download
Method · 0.65
Execute
Method · 0.65
Call
Method · 0.65
executeWait
Method · 0.65
Implementers
3
MemoryOutputWriter
output/memory_output_writer.go
TextOutputWriter
output/text_output_writer.go
JsonOutputWriter
output/json_output_writer.go
Calls
no outgoing calls
Tested by
1
Execute
Method · 0.52