vaultik/internal/database
sneak 26db096913 Move StartTime initialization to application startup hook
- Remove StartTime initialization from globals.New()
- Add setupGlobals function in app.go to set StartTime during fx OnStart
- Simplify globals package to be just a key/value store
- Remove fx dependencies from globals test
2025-07-20 12:05:24 +02:00
..
blob_chunks_test.go Implement SQLite index database layer 2025-07-20 10:56:30 +02:00
blob_chunks.go Implement SQLite index database layer 2025-07-20 10:56:30 +02:00
blobs_test.go Implement SQLite index database layer 2025-07-20 10:56:30 +02:00
blobs.go Implement SQLite index database layer 2025-07-20 10:56:30 +02:00
chunk_files_test.go Implement SQLite index database layer 2025-07-20 10:56:30 +02:00
chunk_files.go Implement SQLite index database layer 2025-07-20 10:56:30 +02:00
chunks_ext.go Move StartTime initialization to application startup hook 2025-07-20 12:05:24 +02:00
chunks_test.go Implement SQLite index database layer 2025-07-20 10:56:30 +02:00
chunks.go Implement SQLite index database layer 2025-07-20 10:56:30 +02:00
database_test.go Implement SQLite index database layer 2025-07-20 10:56:30 +02:00
database.go Move StartTime initialization to application startup hook 2025-07-20 12:05:24 +02:00
errors.go Implement local SQLite index database with repositories 2025-07-20 10:26:15 +02:00
file_chunks_test.go Implement SQLite index database layer 2025-07-20 10:56:30 +02:00
file_chunks.go Move StartTime initialization to application startup hook 2025-07-20 12:05:24 +02:00
files_test.go Implement SQLite index database layer 2025-07-20 10:56:30 +02:00
files.go Move StartTime initialization to application startup hook 2025-07-20 12:05:24 +02:00
models.go Implement SQLite index database layer 2025-07-20 10:56:30 +02:00
module.go Implement local SQLite index database with repositories 2025-07-20 10:26:15 +02:00
repositories_test.go Implement SQLite index database layer 2025-07-20 10:56:30 +02:00
repositories.go Implement SQLite index database layer 2025-07-20 10:56:30 +02:00
snapshots_test.go Implement SQLite index database layer 2025-07-20 10:56:30 +02:00
snapshots.go Implement SQLite index database layer 2025-07-20 10:56:30 +02:00