Versions in this module Expand all Collapse all v0 v0.6.3 Jun 13, 2026 Changes in this version + func CreateSession(store *lib.InitStore, sessions *pad.SessionManager) fiber.Handler + func DeleteSession(sessions *pad.SessionManager) fiber.Handler + func GetSessionInfo(sessions *pad.SessionManager) fiber.Handler + func Init(store *lib.InitStore) + func ListSessionsOfAuthor(store *lib.InitStore, sessions *pad.SessionManager) fiber.Handler + func ListSessionsOfGroup(store *lib.InitStore, sessions *pad.SessionManager) fiber.Handler + type CreateSessionRequest struct + AuthorID string + GroupID string + ValidUntil int64 + type SessionInfoResponse struct + AuthorID string + GroupID string + ValidUntil int64 + type SessionListResponse struct + Sessions []SessionWithID + type SessionResponse struct + SessionID string + type SessionWithID struct + SessionID string