# Functions
MakeNotAvailable builds a goa.ServiceError from an error.
MakeNotValid builds a goa.ServiceError from an error.
NewClient initializes a "batch" service client given the endpoints.
NewEndpoints wraps the methods of the "batch" service with endpoints.
NewHintsEndpoint returns an endpoint function that calls the method "hints" of service "batch".
NewStatusEndpoint returns an endpoint function that calls the method "status" of service "batch".
NewSubmitEndpoint returns an endpoint function that calls the method "submit" of service "batch".
# Constants
ServiceName is the name of the service as defined in the design.
# Variables
MethodNames lists the service method names as defined in the design.
# Structs
BatchHintsResult is the result type of the batch service hints method.
BatchResult is the result type of the batch service submit method.
BatchStatusResult is the result type of the batch service status method.
Client is the "batch" service client.
Endpoints wraps the "batch" service endpoints.
SubmitPayload is the payload type of the batch service submit method.
# Interfaces
The batch service manages batches of collections.