Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunnerEndpoint ¶
type RunnerEndpoint struct {
// contains filtered or unexported fields
}
func (*RunnerEndpoint) JobLogsBatch ¶
func (r *RunnerEndpoint) JobLogsBatch( req *intrpc.RunnerLogsBatchReq, reply *intrpc.RunnerLogsBatchResp, ) error
JobLogsBatch receives a batch of log lines from a runner and writes them to disk
func (*RunnerEndpoint) JobUpdate ¶
func (r *RunnerEndpoint) JobUpdate( req *intrpc.RunnerJobUpdateReq, reply *intrpc.RunnerJobUpdateResp, ) error
type ServerReq ¶
type ServerReq struct {
Coordinator *coordinator.Coordinator
Logger *zap.Logger
RPCAddr string
State state.State
}
Click to show internal directories.
Click to hide internal directories.