Close closes the database connection
()
| 1017 | |
| 1018 | // Close closes the database connection |
| 1019 | func (s *SQLiteSessionStore) Close() error { |
| 1020 | return s.db.Close() |
| 1021 | } |
| 1022 | |
| 1023 | // AddMessage adds a message to a session at the next position. |
| 1024 | // Returns the ID of the created message item. |