MCPcopy Create free account
hub / github.com/clouditor/clouditor / StartEvaluation

Method StartEvaluation

api/evaluation/evaluation_grpc.pb.go:81–89  ·  view source on GitHub ↗
(ctx context.Context, in *StartEvaluationRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

79}
80
81func (c *evaluationClient) StartEvaluation(ctx context.Context, in *StartEvaluationRequest, opts ...grpc.CallOption) (*StartEvaluationResponse, error) {
82 cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
83 out := new(StartEvaluationResponse)
84 err := c.cc.Invoke(ctx, Evaluation_StartEvaluation_FullMethodName, in, out, cOpts...)
85 if err != nil {
86 return nil, err
87 }
88 return out, nil
89}
90
91func (c *evaluationClient) StopEvaluation(ctx context.Context, in *StopEvaluationRequest, opts ...grpc.CallOption) (*StopEvaluationResponse, error) {
92 cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)

Callers

nothing calls this directly

Calls 1

InvokeMethod · 0.80

Tested by

no test coverage detected