mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-15 07:35:49 -06:00
Move message cache from server/message_cache.go into a dedicated message/ package with Store interface, SQLite and PostgreSQL implementations. Extract shared types into model/ package. |
||
|---|---|---|
| .. | ||
| store.go | ||
| store_postgres.go | ||
| store_postgres_schema.go | ||
| store_postgres_test.go | ||
| store_sqlite.go | ||
| store_sqlite_schema.go | ||
| store_sqlite_test.go | ||
| store_test.go | ||