Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GRPCServer ¶
type GRPCServer struct {
Name string
}
func (GRPCServer) Setup ¶
func (c GRPCServer) Setup(fixtures map[string]interface{}) (interface{}, error)
func (GRPCServer) Teardown ¶
func (c GRPCServer) Teardown(fixture interface{}) error
type MessageBroker ¶
type MessageBroker struct {
Name string
}
func (MessageBroker) Setup ¶
func (c MessageBroker) Setup(fixtures map[string]interface{}) (interface{}, error)
func (MessageBroker) Teardown ¶
func (c MessageBroker) Teardown(fixture interface{}) error
Click to show internal directories.
Click to hide internal directories.