aboutsummaryrefslogtreecommitdiff
path: root/worker/types/messages.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker/types/messages.go')
-rw-r--r--worker/types/messages.go9
1 files changed, 2 insertions, 7 deletions
diff --git a/worker/types/messages.go b/worker/types/messages.go
index 3d2bd05..761290f 100644
--- a/worker/types/messages.go
+++ b/worker/types/messages.go
@@ -139,17 +139,12 @@ type AppendMessage struct {
type Directory struct {
Message
- Attributes []string
- Name string
+ Name string
}
type DirectoryInfo struct {
Message
- Flags []string
- Name string
- ReadOnly bool
-
- Exists, Recent, Unseen int
+ Name string
}
type DirectoryContents struct {