Method
FailJob
(ctx context.Context, in *FailedJob)
Source from the content-addressed store, hash-verified
| 126 | } |
| 127 | |
| 128 | func (c *drpcProvisionerDaemonClient) FailJob(ctx context.Context, in *FailedJob) (*Empty, error) { |
| 129 | out := new(Empty) |
| 130 | err := c.cc.Invoke(ctx, "/provisionerd.ProvisionerDaemon/FailJob", drpcEncoding_File_provisionerd_proto_provisionerd_proto{}, in, out) |
| 131 | if err != nil { |
| 132 | return nil, err |
| 133 | } |
| 134 | return out, nil |
| 135 | } |
| 136 | |
| 137 | func (c *drpcProvisionerDaemonClient) CompleteJob(ctx context.Context, in *CompletedJob) (*Empty, error) { |
| 138 | out := new(Empty) |
Callers
nothing calls this directly
Tested by
no test coverage detected