(orgID string)
| 253 | // computeMeter accumulates per-org compute-usage and flushes it to the |
| 254 | // durable buffer (remote/k8s backend with billing config only; nil |
| 255 | // otherwise — every call site is nil-safe). The leader-only drain loop that |
| 256 | // ships buffered usage to PostHog is wired separately in SetupMultiTenant. |
| 257 | computeMeter *computeMeter |
| 258 | metadataPostgresURL func(context.Context, string) (string, error) |
no outgoing calls
no test coverage detected