import { callEaCHandler } from "https://deno.land/x/fathym_eac_runtime@v0.0.140/src/src.deps.ts";
Type Parameters
T extends EaCMetadataBase
Parameters
loadEac: (entLookup: string) => Promise<EverythingAsCode>
handler: EaCHandler
commitReq: EaCCommitRequest
currentEaC: EverythingAsCode
diff: T
Returns
Promise<{ Checks: EaCHandlerCheckRequest[]; Errors: EaCHandlerErrorResponse[]; Result: T; }>