Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/source/gitlab/api/lookup_path.go')
-rw-r--r--internal/source/gitlab/api/lookup_path.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/source/gitlab/api/lookup_path.go b/internal/source/gitlab/api/lookup_path.go
index a61d2f7c..8cdd0205 100644
--- a/internal/source/gitlab/api/lookup_path.go
+++ b/internal/source/gitlab/api/lookup_path.go
@@ -8,6 +8,7 @@ type LookupPath struct {
Prefix string `json:"prefix,omitempty"`
Source Source `json:"source,omitempty"`
UniqueHost string `json:"unique_host,omitempty"`
+ RootDirectory string `json:"root_directory,omitempty"`
}
// Source describes GitLab Page serving variant