Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSystemStore ¶
type FileSystemStore struct {
// contains filtered or unexported fields
}
func NewFileSystemStore ¶
func NewFileSystemStore(path string) *FileSystemStore
func (*FileSystemStore) Delete ¶
func (s *FileSystemStore) Delete(session *sessions.Session, w http.ResponseWriter) error
func (*FileSystemStore) Save ¶
func (s *FileSystemStore) Save(session *sessions.Session, buf *bytes.Buffer, w http.ResponseWriter) error
Click to show internal directories.
Click to hide internal directories.