mirror of
https://github.com/kopia/kopia.git
synced 2026-09-22 10:15:08 -04:00
added missing package doc files
This commit is contained in:
1 parent
75f0fd9189
commit
73ab29fcef
3 files changed
+5
No files matched your search
@@ -0,0 +1,2 @@
|
||||
// Package backup implements backup engine for files and directories.
|
||||
package backup
|
||||
@@ -1 +1,2 @@
|
||||
// Package vault implements vault for securely storing object IDs and other sensitive data protected with a password or a key.
|
||||
package vault
|
||||
@@ -0,0 +1,2 @@
|
||||
// Package vfs implements FUSE filesystem interface based on files and directories stored in a repository.
|
||||
package vfs
|
||||
Reference in new issue
Block a user