BootstrapSession bootstrap session and domain.
(store kv.Storage)
| 3441 | |
| 3442 | // BootstrapSession bootstrap session and domain. |
| 3443 | func BootstrapSession(store kv.Storage) (*domain.Domain, error) { |
| 3444 | return bootstrapSessionImpl(context.Background(), store, createSessions) |
| 3445 | } |
| 3446 | |
| 3447 | // BootstrapSession4DistExecution bootstrap session and dom for Distributed execution test, only for unit testing. |
| 3448 | func BootstrapSession4DistExecution(store kv.Storage) (*domain.Domain, error) { |