Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Env *config.Env
Functions ¶
Types ¶
type Service ¶
type Service interface { Start(opt ...ServiceOptions) int Runner() runner.Runner }
Test service only contains a Start() method to stand up the service, and a test runner
type ServiceImpl ¶
type ServiceImpl struct {
// contains filtered or unexported fields
}
Controller allows the service to control the test run
func (*ServiceImpl) Start ¶
func (s *ServiceImpl) Start(opt ...ServiceOptions) int
Start the testing service
type ServiceOptions ¶
type ServiceOptions struct {
RunOnceAndShutdown bool
}
Additional configurations to pass as params
Click to show internal directories.
Click to hide internal directories.