Versions in this module Expand all Collapse all v0 v0.1.0 Jun 16, 2026 Changes in this version + type DBExecutor interface + ExecContext func(ctx context.Context, query string, args ...any) (sql.Result, error) + QueryContext func(ctx context.Context, query string, args ...any) (*sql.Rows, error) + type Registry struct + func NewRegistry(httpClient *http.Client, db DBExecutor, logger func(string)) *Registry + func (r *Registry) Close() error + func (r *Registry) InstantiateModule(ctx context.Context, rt wazero.Runtime, manifest *capability.Manifest) (api.Module, error)