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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-09-26 12:00:37 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-09-26 12:00:37 +0300
commit05d15b9252a71d52570b180b6360bbb61238d83f (patch)
tree2cf53136bac7781e02116669711d5745ff64a78c
parent1094a225e69c8b139196aa55399bfb8d8c4e47fd (diff)
Remove unused domain settings fields
-rw-r--r--internal/domain/domain.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/internal/domain/domain.go b/internal/domain/domain.go
index 335543fd..79f9abf6 100644
--- a/internal/domain/domain.go
+++ b/internal/domain/domain.go
@@ -25,13 +25,6 @@ type Domain struct {
Group string
Project string
- DomainName string
- Certificate string
- Key string
- HTTPSOnly bool
- ProjectID uint64
- AccessControl bool
-
GroupConfig GroupConfig // handles group domain config
ProjectConfig *ProjectConfig
Serving serving.Serving