Documentation
¶
Overview ¶
Copyright (c) Ultraviolet SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunnerService ¶
type RunnerService struct {
pb.UnimplementedComputationRunnerServer
// contains filtered or unexported fields
}
func (*RunnerService) Run ¶
func (s *RunnerService) Run(ctx context.Context, req *pb.RunRequest) (*pb.RunResponse, error)
func (*RunnerService) Stop ¶
func (s *RunnerService) Stop(ctx context.Context, req *pb.StopRequest) (*emptypb.Empty, error)
Click to show internal directories.
Click to hide internal directories.