From fe3a2b9e8d01ff06d9a4191f874a071820d66e32 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Sat, 21 May 2022 19:00:18 -0700 Subject: service: rollback expose WaitGroup --- service/app_runner.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/service/app_runner.go b/service/app_runner.go index 720685e..e1eb98b 100644 --- a/service/app_runner.go +++ b/service/app_runner.go @@ -28,10 +28,6 @@ type AppRunner struct { ctxCancel context.CancelFunc } -func (r *AppRunner) WaitGroup() *sync.WaitGroup { - return r.wg -} - func NewAppRunner(ctx context.Context, logger AppRunnerLogger) *AppRunner { r := &AppRunner{ initJobs: []SyncRunnerFunc{}, -- cgit v1.2.3