norgbackup/norg/restic/mount.nim

10 lines
213 B
Nim

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