Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadSettings ¶
Types ¶
type SessionManager ¶
type SessionManager struct {
// contains filtered or unexported fields
}
func (*SessionManager) AddSessionData ¶
func (sm *SessionManager) AddSessionData(idSession int, data string) error
func (*SessionManager) DeleteSessionData ¶
func (sm *SessionManager) DeleteSessionData(idSession int) error
func (*SessionManager) GetSessionData ¶
func (sm *SessionManager) GetSessionData(idSession int) (string, error)
func (*SessionManager) NewSessionManager ¶
func (sm *SessionManager) NewSessionManager(redis *redis.Redis) *SessionManager
Click to show internal directories.
Click to hide internal directories.