=== Core session operations ===
(ctx context.Context, session *Session)
| 88 | type Store interface { |
| 89 | // === Core session operations === |
| 90 | AddSession(ctx context.Context, session *Session) error |
| 91 | GetSession(ctx context.Context, id string) (*Session, error) |
| 92 | GetSessions(ctx context.Context) ([]*Session, error) |
| 93 | GetSessionSummaries(ctx context.Context) ([]Summary, error) |
no outgoing calls