mirror of
https://github.com/zrepl/zrepl.git
synced 2025-07-01 06:50:11 +02:00
rpc: Initial|IncrementalTransferRequest transfer zfs data structures
This commit is contained in:
@ -10,14 +10,6 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
func InitialSend(snapshot string) (io.Reader, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
func IncrementalSend(from, to string) (io.Reader, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
type DatasetPath []string
|
||||
|
||||
func (p DatasetPath) ToString() string {
|
||||
|
Reference in New Issue
Block a user