MCPcopy Index your code
hub / github.com/coder/coder / FailJob

Method FailJob

provisionerd/proto/provisionerd_drpc.pb.go:128–135  ·  view source on GitHub ↗
(ctx context.Context, in *FailedJob)

Source from the content-addressed store, hash-verified

126}
127
128func (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
137func (c *drpcProvisionerDaemonClient) CompleteJob(ctx context.Context, in *CompletedJob) (*Empty, error) {
138 out := new(Empty)

Callers

nothing calls this directly

Calls 1

InvokeMethod · 0.45

Tested by

no test coverage detected