11 lines
213 B
Nim
11 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
|
||
|
|