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:
authorKamil Trzciński <ayufan@ayufan.eu>2019-10-01 13:00:52 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2019-10-01 13:00:52 +0300
commit75111473589791e1d11dc9225798a19d248a6cbe (patch)
tree4564187489c4c261236bebc852a552f2142ec445 /internal/serving/lookup_path.go
parentb37ed1c0ff9880fb73ed2ed771c100333d79f3c5 (diff)
Remove references to `Project`
Always uses `LookupPath`. The `project` is local to `source/disk`.
Diffstat (limited to 'internal/serving/lookup_path.go')
-rw-r--r--internal/serving/lookup_path.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/serving/lookup_path.go b/internal/serving/lookup_path.go
index 77ac45e8..0b651d53 100644
--- a/internal/serving/lookup_path.go
+++ b/internal/serving/lookup_path.go
@@ -7,5 +7,5 @@ type LookupPath struct {
IsNamespaceProject bool
IsHTTPSOnly bool
HasAccessControl bool
- ID uint64
+ ProjectID uint64
}