Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionManager ¶
type SessionManager struct { ParticipantStore *store.ParticipantStore QuizStore *store.QuizStore ParticipantFilter map[string]string QuizFilter map[string]string ServerURL string Token int // contains filtered or unexported fields }
func NewSessionManager ¶
func (*SessionManager) GetExams ¶
func (sm *SessionManager) GetExams() []*models.Exam
func (*SessionManager) Pull ¶
func (sm *SessionManager) Pull(rStore *file.ResponseFileStore, sessionID string) error
Click to show internal directories.
Click to hide internal directories.