method
Store.ListSessions
func (backend *Store) ListSessions(
ctx context.Context,
collectionID schema.StableID,
userID string,
now time.Time,
) ([]store.AuthSession, error)Public method Store.ListSessions from github.com/riducms/ridu/adapters/postgres.
Related types
StoreA PostgreSQL implementation of Ridu’s document, snapshot, auth, preference, task, job, lock, upload-reference, and migration store contracts.
StableIDA deterministic identifier for schema evolution.
AuthSessionA persisted opaque session digest and safe metadata.