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-02-28 20:32:24 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2019-02-28 20:40:05 +0300
commitf0cb428c5b79661d3bf1ce7a93b0ae708be59be2 (patch)
tree109f7dd9f6da07d0e564c6ffce17b991c43795e0 /internal/client
parent0e3813517156c6aef4df0000b1eaa94cc2109a5e (diff)
Fix another test
Diffstat (limited to 'internal/client')
-rw-r--r--internal/client/domain_response.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/client/domain_response.go b/internal/client/domain_response.go
index f7145ec0..1b91ef49 100644
--- a/internal/client/domain_response.go
+++ b/internal/client/domain_response.go
@@ -6,7 +6,6 @@ import (
)
type DomainResponse struct {
- Domain string `json:"domain"`
Certificate string `json:"certificate"`
Key string `json:"certificate_key"`