mirror of
https://github.com/zrepl/zrepl.git
synced 2025-08-17 18:31:02 +02:00
Interface wireframe
This commit is contained in:
13
zfs/zfs.go
Normal file
13
zfs/zfs.go
Normal 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) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user