(sessionCompaction bool)
| 394 | } |
| 395 | |
| 396 | func WithSessionCompaction(sessionCompaction bool) Opt { |
| 397 | return func(r *LocalRuntime) { |
| 398 | r.sessionCompaction = sessionCompaction |
| 399 | } |
| 400 | } |
| 401 | |
| 402 | func WithProviderRegistry(registry *provider.Registry) Opt { |
| 403 | return func(r *LocalRuntime) { |
no outgoing calls