Versions in this module Expand all Collapse all v0 v0.1.0 Sep 13, 2026 Changes in this version + const DefaultAddr + type Emulator struct + func MustStart(t testing.TB, opts ...Options) *Emulator + func Start(ctx context.Context, o Options) (*Emulator, error) + func (e *Emulator) BaseURL() string + func (e *Emulator) Clock() clock.Clock + func (e *Emulator) CloudRun() *cloudrun.Registry + func (e *Emulator) Endpoint() string + func (e *Emulator) FakeClock(t testing.TB) *clock.FakeClock + func (e *Emulator) Faults() *faults.Set + func (e *Emulator) Fork(t testing.TB) *Emulator + func (e *Emulator) FunctionURL(name string) string + func (e *Emulator) Functions() *functions.Registry + func (e *Emulator) Reset(ctx context.Context, project string) error + func (e *Emulator) Shutdown(ctx context.Context) error + func (e *Emulator) SyncEvents() + func (e *Emulator) SyncScheduler() + func (e *Emulator) SyncTasks() + type Options struct + Addr string + Clock clock.Clock + DataDir string + EventLog io.Writer + FunctionLog io.Writer + Functions []functions.Function + Runner string + Version string