Documentation
¶
Overview ¶
Package summary provides repository and backup summary generation. It formats database metadata, statistics, and backup information for display.
Index ¶
- func BackupListDetail(a *app.Context) string
- func BackupWithFmtDate(ctx context.Context, c *ui.Console, r *db.SQLite) string
- func BackupWithFmtDateFromPath(ctx context.Context, c *ui.Console, fp string) string
- func Backups(a *app.Context) string
- func Info(a *app.Context) string
- func Repo(a *app.Context) string
- func RepoFromPath(a *app.Context, dbPath, backupPath string) string
- func RepoRecords(ctx context.Context, c *ui.Console, r *db.SQLite) string
- func RepoRecordsFromPath(ctx context.Context, c *ui.Console, fp string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BackupListDetail ¶
BackupListDetail returns the details of a backup.
func BackupWithFmtDate ¶
BackupWithFmtDate generates a summary of record counts for a given SQLite repository.
repositoryName (main: n) (time)
func BackupWithFmtDateFromPath ¶
BackupWithFmtDateFromPath generates a summary of record counts for a given SQLite repository.
repositoryName (main: n) or (locked) (time)
func RepoFromPath ¶
RepoFromPath returns a summary of the repository.
func RepoRecords ¶
RepoRecords generates a summary of record counts for a given SQLite repository and bookmark.
repositoryName (main: n)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.