Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddSessionEventHandler ¶
func AddSessionEventHandler(handler SessionEventHandler)
func Init ¶
func Init(sessionStore persistence.SessionStore)
func RemoveSessionEventHandler ¶
func RemoveSessionEventHandler(handler SessionEventHandler)
Types ¶
type SessionCreatedEvent ¶
type SessionDeletedEvent ¶
type SessionEventHandler ¶
type SessionEventHandler interface { HandleSessionCreated(event *SessionCreatedEvent) HandleSessionDeleted(event *SessionDeletedEvent) }
Click to show internal directories.
Click to hide internal directories.