Documentation ¶
Index ¶
- Constants
- Variables
- func CallEverything(client *frugaltest.FFrugalTestClient)
- func StartClient(host string, port int64, transport string, protocol string, pubSub chan bool, ...) (client *frugaltest.FFrugalTestClient, err error)
- func StartPublisher(host string, port int64, transport string, protocol string, pubSub chan bool, ...) error
- func StartServer(host string, port int64, transport string, protocol string, ...)
- func StartSubscriber(host string, port int64, transport string, protocol string, ...)
Constants ¶
View Source
const ( ActiveMqName = "activemq" NatsName = "nats" HttpName = "http" )
Variables ¶
View Source
var PrintingHandler = &printingHandler{}
Functions ¶
func CallEverything ¶
func CallEverything(client *frugaltest.FFrugalTestClient)
func StartClient ¶
func StartClient( host string, port int64, transport string, protocol string, pubSub chan bool, sent chan bool, clientMiddlewareCalled chan bool) (client *frugaltest.FFrugalTestClient, err error)
func StartPublisher ¶
func StartServer ¶
func StartServer( host string, port int64, transport string, protocol string, handler frugaltest.FFrugalTest, serverMiddlewareCalled chan bool, pubSubResponseSent chan bool)
func StartSubscriber ¶
func StartSubscriber(host string, port int64, transport string, protocol string, handler frugaltest.FFrugalTest, pubSubResponseSent chan bool)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.