GithubLocationAnalyzerOptions
Home > @backstage/plugin-catalog-backend-module-github
> GithubLocationAnalyzerOptions
Signature:
export type GithubLocationAnalyzerOptions = {
config: Config;
auth: AuthService;
githubCredentialsProvider?: GithubCredentialsProvider;
catalog: CatalogService;
};
References: Config, AuthService, GithubCredentialsProvider, CatalogService