GithubLocationAnalyzer.analyze()
Home > @backstage/plugin-catalog-backend-module-github
> GithubLocationAnalyzer
> analyze
Signature:
analyze(options: AnalyzeOptions): Promise<{
existing: {
location: {
type: string;
target: string;
};
isRegistered: boolean;
entity: import("@backstage/catalog-model").Entity;
}[];
}>;
Parameters
Parameter |
Type |
Description |
---|---|---|
options |
Promise<{ existing: { location: { type: string; target: string; }; isRegistered: boolean; entity: import("@backstage/catalog-model").Entity; }[]; }>