Interface wireframe

This commit is contained in:
Christian Schwarz
2017-04-14 19:26:32 +02:00
parent 8f11874a6e
commit 123becbd22
7 changed files with 278 additions and 0 deletions

13
zfs/zfs.go Normal file
View File

@@ -0,0 +1,13 @@
package zfs
func InitialSend(snapshot string) (io.Read, error) {
}
func IncrementalSend(from, to string) (io.Read, error) {
}
func FilesystemsAtRoot(root string) (model.Filesystem, error) {
}