norgbackup/norg/restic/mount.nim

11 lines
213 B
Nim
Raw Normal View History

2024-08-23 10:12:00 +01:00
import ../model/config_type
proc mountArchive*(nc: NorgConfig, repo: Repository): int =
echo "Not Yet Implemented"
discard
proc unmountArchive*(nc: NorgConfig): int =
echo "Not Yet Implemented"
discard