The ateapi proto now contains multiple services (control, workerservice), but the generated DVs are in the controlapi package. We shouldn't couple workerservice and controlapi just for the sake of DV. Let's move DV into it's own apivalidation package that can be imported by both services.
The ateapi proto now contains multiple services (control, workerservice), but the generated DVs are in the controlapi package. We shouldn't couple workerservice and controlapi just for the sake of DV. Let's move DV into it's own
apivalidationpackage that can be imported by both services.