rpc: Initial|IncrementalTransferRequest transfer zfs data structures

This commit is contained in:
Christian Schwarz
2017-05-07 12:04:16 +02:00
parent fa97d3d98a
commit cd8796aed4
3 changed files with 9 additions and 17 deletions

View File

@ -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 {