diff options
Diffstat (limited to 'pkg/services.go')
-rw-r--r-- | pkg/services.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/services.go b/pkg/services.go index 58c7383..658cd0e 100644 --- a/pkg/services.go +++ b/pkg/services.go @@ -78,6 +78,10 @@ func (s *ServicePromise) Resolve() { } } +func (s ServicePromise) Status() Status { + return s.status +} + // ----- Internal -------------------------------------------------------------- func resolveServices() (status Status) { status = KEPT |