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