# Packages
Execution Request & Action Result Definitions Domain structures for tracking ExecuteRequest info (use cases include Scheduler JobDefs and Worker RunCommands), ActionResult info (used in Worker RunStatuses), and conversions for internal thrift APIs.
Package mock_longrunning is a generated GoMock package.
Package mock_remoteexecution is a generated GoMock package.
# Functions
Make a CancelOperation request against a server support the google.longrunning.operations API Takes a Resolver and name of the Operation to Cancel.
Makes an Execute request against a server supporting the google.devtools.remoteexecution API Takes a Resolver and ExecuteRequest data.
String conversion for human consumption of Operation's nested data.
TODO - used by bazel-integration, may be possible to replace with OperationToJson via bzutil and remove this JSON unmarshalling doesn't work for Operations with nested Results, as they're of unexported type isOperation_Result.
Make a GetOperation request against a server supporting the google.longrunning.operations API Takes a Resolver and name of the Operation to Get.
Creates a new GRPCServer (executionServer) based on a GRPC config, scheduler, and stats, and preregisters the service.
Converts a longrunning.Operation to a Json-encoded []byte.
Parse a generic longrunning.Operation structure into expected Execution API components.
# Constants
No description provided by the author
No description provided by the author