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/source.go')
-rw-r--r--internal/source/source.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/source/source.go b/internal/source/source.go
index cbe949ef..9a247b1b 100644
--- a/internal/source/source.go
+++ b/internal/source/source.go
@@ -9,5 +9,4 @@ import (
// Source represents an abstract interface of a domains configuration source.
type Source interface {
GetDomain(context.Context, string) (*domain.Domain, error)
- IsReady() bool
}