Versions in this module Expand all Collapse all v1 v1.0.1 Apr 20, 2022 v1.0.0 Feb 25, 2021 Changes in this version + var Env *config.Env + func Start(m *testing.M, opt ...ServiceOptions) int + type Service interface + Runner func() runner.Runner + Start func(opt ...ServiceOptions) int + func NewService(m *testing.M) Service + type ServiceImpl struct + func (s *ServiceImpl) Runner() runner.Runner + func (s *ServiceImpl) Start(opt ...ServiceOptions) int + type ServiceOptions struct + RunOnceAndShutdown bool