Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterServer ¶
func RegisterServer(name string, fnc ServerFunc)
Types ¶
type Server ¶
type Server interface {
Connect(t testing.TB) bus.MessageBus
}
func NewLocalBus ¶
func NewLocalBus() Server
type ServerFunc ¶
type ServerFunc func(t testing.TB, pool *dockertest.Pool) Server
Click to show internal directories.
Click to hide internal directories.