| 6 | import { promisify } from "node:util"; |
| 7 | |
| 8 | export interface GithubRepoLoaderParams { |
| 9 | branch: string; |
| 10 | url: string; |
| 11 | isPrivate: boolean; |
| 12 | } |
| 13 | |
| 14 | export class DialoqbaseGithub |
| 15 | extends BaseDocumentLoader |
nothing calls this directly
no outgoing calls
no test coverage detected