aboutsummaryrefslogtreecommitdiffstats
path: root/worker/types/messages.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker/types/messages.go')
-rw-r--r--worker/types/messages.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/worker/types/messages.go b/worker/types/messages.go
index 7ebb3aae..90d3d7bb 100644
--- a/worker/types/messages.go
+++ b/worker/types/messages.go
@@ -101,6 +101,7 @@ type OpenDirectory struct {
Message
Context context.Context
Directory string
+ Query string
}
type FetchDirectoryContents struct {