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_server
AstroRunService
ReportLog
ReportRunCompleted
SubscribeEvents
Event
ReportLogResponse
ReportRunCompletedRequest
ReportRunCompletedResponse
package
astro_run_server
Get desktop application:
View/edit binary Protocol Buffers messages
service
AstroRunService
astro_run_server.proto:33
rpc
ReportLog
(
astro_run.WorkflowLog
,
ReportLogResponse
)
astro_run_server.proto:35
message
ReportLogResponse
astro_run_server.proto:24
(message has no fields)
rpc
ReportRunCompleted
(
ReportRunCompletedRequest
,
ReportRunCompletedResponse
)
astro_run_server.proto:36
message
ReportRunCompletedRequest
astro_run_server.proto:26
string
id
= 1
optional
astro_run.RunResult
result
= 2
message
ReportRunCompletedResponse
astro_run_server.proto:31
(message has no fields)
rpc
SubscribeEvents
(
astro_run.RunnerMetadata
,
stream
Event
)
astro_run_server.proto:34
message
Event
astro_run_server.proto:7
string
event_name
= 1
oneof
payload
astro_run.Context
run
= 2
astro_run.RunWorkflowEvent
run_workflow_event
= 3
astro_run.RunJobEvent
run_job_event
= 4
astro_run.RunStepEvent
run_step_event
= 5
astro_run.WorkflowRunResult
workflow_completed_event
= 6
astro_run.JobRunResult
job_completed_event
= 7
astro_run.StepRunResult
step_completed_event
= 8
astro_run.WorkflowStateEvent
workflow_state_event
= 9
astro_run.WorkflowLog
log_event
= 10
astro_run.Signal
signal_event
= 11
string
error
= 12