(store ModelStore)
| 408 | } |
| 409 | |
| 410 | func WithModelStore(store ModelStore) Opt { |
| 411 | return func(r *LocalRuntime) { |
| 412 | r.modelsStore = store |
| 413 | } |
| 414 | } |
| 415 | |
| 416 | func WithSessionStore(store session.Store) Opt { |
| 417 | return func(r *LocalRuntime) { |
no outgoing calls