protodoc.io
Project panghu-huang/astro-run
Welcome
Readme
License
Commits
GitHub project
Download project
Desktop application
Contact us
astro_run
astro_run_remote_runner
astro_run_server
google.protobuf
astro_run_remote_runner
AstroRunRemoteRunner
CallBeforeRunStepHook
GetRunnerMetadata
Run
SendEvent
ConnectRequest
Event
RunResponse
SendEventResponse
package
astro_run_remote_runner
Get desktop application:
View/edit binary Protocol Buffers messages
service
AstroRunRemoteRunner
astro_run_remote_runner.proto:34
rpc
CallBeforeRunStepHook
(
astro_run.Command
,
astro_run.Command
)
astro_run_remote_runner.proto:38
rpc
GetRunnerMetadata
(
ConnectRequest
,
astro_run.RunnerMetadata
)
astro_run_remote_runner.proto:35
message
ConnectRequest
astro_run_remote_runner.proto:32
(message has no fields)
rpc
Run
(
astro_run.Context
,
stream
RunResponse
)
astro_run_remote_runner.proto:36
message
RunResponse
astro_run_remote_runner.proto:22
string
id
= 1
oneof
payload
astro_run.RunResult
result
= 2
astro_run.WorkflowLog
log
= 3
rpc
SendEvent
(
Event
,
SendEventResponse
)
astro_run_remote_runner.proto:37
message
Event
astro_run_remote_runner.proto:7
string
event_name
= 1
oneof
payload
astro_run.RunWorkflowEvent
run_workflow_event
= 2
astro_run.RunJobEvent
run_job_event
= 3
astro_run.RunStepEvent
run_step_event
= 4
astro_run.WorkflowRunResult
workflow_completed_event
= 5
astro_run.JobRunResult
job_completed_event
= 6
astro_run.StepRunResult
step_completed_event
= 7
astro_run.WorkflowStateEvent
workflow_state_event
= 8
astro_run.WorkflowLog
log_event
= 9
astro_run.Signal
signal_event
= 10
message
SendEventResponse
astro_run_remote_runner.proto:30
(message has no fields)