From 08fb0bfc792db7c1b006ea066904d19a3456f99f Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon Date: Sat, 23 Nov 2019 15:20:16 +0100 Subject: Add note about transitional domain source interface --- app.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app.go') diff --git a/app.go b/app.go index 09bf039e..ddbe8457 100644 --- a/app.go +++ b/app.go @@ -53,7 +53,7 @@ type theApp struct { } func (a *theApp) isReady() bool { - return a.domains.Ready() + return a.domains.IsReady() } func (a *theApp) ServeTLS(ch *tls.ClientHelloInfo) (*tls.Certificate, error) { @@ -348,7 +348,7 @@ func (a *theApp) Run() { a.listenMetricsFD(&wg, a.ListenMetrics) } - a.domains.Watch(a.Domain) + a.domains.Start(a.Domain) wg.Wait() } -- cgit v1.2.3