package zfs func InitialSend(snapshot string) (io.Read, error) { } func IncrementalSend(from, to string) (io.Read, error) { } func FilesystemsAtRoot(root string) (model.Filesystem, error) { }