MCPcopy
hub / github.com/lingodotdev/lingo.dev / IIntegrationFlow

Interface IIntegrationFlow

packages/cli/src/cli/cmd/ci/flows/_base.ts:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7};
8
9export interface IIntegrationFlow {
10 preRun?(): Promise<boolean>;
11 run(options: IIntegrationFlowOptions): Promise<boolean>;
12 postRun?(): Promise<void>;
13}
14
15export abstract class IntegrationFlow implements IIntegrationFlow {
16 protected i18nBranchName?: string;

Callers 10

index.tsFile · 0.65
preRunMethod · 0.65
index.tsFile · 0.65
runMethod · 0.65
estimateFunction · 0.65
planFunction · 0.65
setupFunction · 0.65
executeFunction · 0.65
frozenFunction · 0.65
index.tsFile · 0.65

Implementers 1

PullRequestFlowpackages/cli/src/cli/cmd/ci/flows/pull

Calls

no outgoing calls

Tested by

no test coverage detected