Mercurial
view benchmark/bun-http-framework-benchmark/dev/adonis/contracts/drive.ts @ 279:b3b547563ec7
Add Google connector service and agent wiki
Implement the C/Seobeo Google Drive and Gmail connector with encrypted OAuth storage, Zenbu authentication, browser testing, AI tool discovery, chunked HTTP decoding, and Bazel coverage. Consolidate repository guidance into progressive wiki documentation and enforce arena-first allocation for new first-party C code.
Co-authored-by: Copilot <[email protected]>
Copilot-Session: 84c338fd-0939-4bb3-b7f3-1062eb213e5d
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 17 Aug 2026 22:22:36 -0700 |
| parents | a8976a008a9d |
| children |
line wrap: on
line source
/** * Contract source: https://git.io/JBt3I * * Feel free to let us know via PR, if you find something broken in this contract * file. */ import type { InferDisksFromConfig } from '@adonisjs/core/build/config' import type driveConfig from '../config/drive' declare module '@ioc:Adonis/Core/Drive' { interface DisksList extends InferDisksFromConfig<typeof driveConfig> {} }