Documentation
¶
Overview ¶
Package cli implements the executionservice for running tests.
Package cli implements the executionservice server
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "<unknown>"
Version is the version info of this command. It is filled in during emerge.
Functions ¶
func MainInternal ¶
Types ¶
type ExecutionServiceServer ¶
type ExecutionServiceServer struct {
// contains filtered or unexported fields
}
ExecutionServiceServer implementation of dut_service.proto
func (*ExecutionServiceServer) RunTests ¶
func (s *ExecutionServiceServer) RunTests(ctx context.Context, req *api.CrosTestRequest) (*longrunning.Operation, error)
RunTests calls the runTests flow in cros-test.
Click to show internal directories.
Click to hide internal directories.