Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionStore ¶
type SessionStore interface { Set(path string, state *MsgState) error Get(path string) (*MsgState, error) }
func NewFilestore ¶
func NewFilestore(key, filename string) SessionStore
Click to show internal directories.
Click to hide internal directories.