rpc: remove FilesystemRequest.Direction (unused)

This commit is contained in:
Christian Schwarz
2017-05-20 17:34:24 +02:00
parent 40fe7e643d
commit 3c7f782dac
3 changed files with 3 additions and 21 deletions
+1 -9
View File
@@ -20,16 +20,8 @@ type RequestHeader struct {
Id [16]byte // UUID
}
type Direction string
const (
DirectionPush Direction = "push"
DirectionPull Direction = "pull"
)
type FilesystemRequest struct {
Roots []string // may be nil, indicating interest in all filesystems
Direction Direction
Roots []string // may be nil, indicating interest in all filesystems
}
type FilesystemVersionsRequest struct {